'Declaration
Public Shared Function TransportSubscribesToJson( _ ByVal transportProfileUriString As String _ ) As Boolean
'Usage
Dim transportProfileUriString As String Dim value As Boolean value = UAPubSubUtilities.TransportSubscribesToJson(transportProfileUriString)
public static bool TransportSubscribesToJson( string transportProfileUriString )
public: static bool TransportSubscribesToJson( String^ transportProfileUriString )
Parameters
- transportProfileUriString
- The transport profile URI string.
Return Value
Returns
true
if the transport profile URI string subscribes to JSON message mapping; returns false
otherwise.