'Declaration
Public Shared Function TransportIsBroker( _ ByVal transportProfileUriString As String _ ) As Boolean
'Usage
Dim transportProfileUriString As String Dim value As Boolean value = UAPubSubUtilities.TransportIsBroker(transportProfileUriString)
public static bool TransportIsBroker( string transportProfileUriString )
public: static bool TransportIsBroker( String^ transportProfileUriString )
Parameters
- transportProfileUriString
- The transport profile URI string.
The value of this parameter cannot be
null
(Nothing
in Visual Basic).
Return Value
Returns
true
if the transport profile URI string is for a broker-based transport; returns false
otherwise.