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