Connectivity Software User's Guide and Reference
IsKnownUdpTransport Method



OpcLabs.EasyOpcUAPrimitives Assembly > OpcLabs.EasyOpc.UA.PubSub.Engine Namespace > UAPubSubTransportProfileUriStrings Class : IsKnownUdpTransport Method
The transport profile URI string to check.

The value of this parameter cannot be null (Nothing in Visual Basic).

Determines whether the specified transport profile URI represents a known UDP transport.
Syntax
'Declaration
 
Public Shared Function IsKnownUdpTransport( _
   ByVal transportProfileUri As String _
) As Boolean
'Usage
 
Dim transportProfileUri As String
Dim value As Boolean
 
value = UAPubSubTransportProfileUriStrings.IsKnownUdpTransport(transportProfileUri)
public static bool IsKnownUdpTransport( 
   string transportProfileUri
)
public:
static bool IsKnownUdpTransport( 
   String^ transportProfileUri
) 

Parameters

transportProfileUri
The transport profile URI string to check.

The value of this parameter cannot be null (Nothing in Visual Basic).

Return Value

true if the transport profile URI is a known UDP transport; otherwise, false.
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