QuickOPC User's Guide and Reference
TransportIsBroker Method



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.PubSub Namespace > UAPubSubUtilities Class : TransportIsBroker Method
The transport profile URI string.
Determines whether the transport profile URI string is for a broker-based transport.
Syntax
'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.

Return Value

Returns true if the transport profile URI string is for a broker-based transport; returns false otherwise.
Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also