'DeclarationPublic Shared Function IsKnownUdpTransport( _ ByVal transportProfileUri As String _ ) As Boolean
'UsageDim transportProfileUri As String Dim value As Boolean value = UAPubSubTransportProfileUriStrings.IsKnownUdpTransport(transportProfileUri)
public static bool IsKnownUdpTransport( string transportProfileUri )
public: static bool IsKnownUdpTransport( String^ transportProfileUri )
Parameters
- transportProfileUri
- The transport profile URI string to check.
The value of this parameter cannot be
null(Nothingin Visual Basic).
Return Value
true if the transport profile URI is a known UDP transport; otherwise, false.