'DeclarationPublic Shared Function TransportPossiblySubscribesToJson( _ ByVal transportProfileUriString As String _ ) As Boolean
'UsageDim transportProfileUriString As String Dim value As Boolean value = UAPubSubUtilities.TransportPossiblySubscribesToJson(transportProfileUriString)
public static bool TransportPossiblySubscribesToJson( string transportProfileUriString )
public: static bool TransportPossiblySubscribesToJson( String^ transportProfileUriString )
Parameters
- transportProfileUriString
- The transport profile URI string.
The value of this parameter cannot be null(Nothingin Visual Basic).
Return Value
Returns 
true if the transport profile URI string possibly subscribes to JSON message mapping; returns false otherwise.