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