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