'DeclarationPublic Shared Function TransportAlwaysSubscribesToUadp( _ ByVal transportProfileUriString As String _ ) As Boolean
'UsageDim 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.
The value of this parameter cannot be null(Nothingin Visual Basic).
Return Value
Returns 
true if the transport profile URI string always subscribes to UADP message mapping; returns false otherwise.