'DeclarationPublic Shared Function IsKnownMqttTransport( _ ByVal transportProfileUri As String _ ) As Boolean
'UsageDim transportProfileUri As String Dim value As Boolean value = UAPubSubTransportProfileUriStrings.IsKnownMqttTransport(transportProfileUri)
public static bool IsKnownMqttTransport( string transportProfileUri )
public: static bool IsKnownMqttTransport( 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 MQTT transport; otherwise, false.