QuickOPC User's Guide and Reference
InferredTransportScheme Method



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.PubSub Namespace > UAPubSubUtilities Class : InferredTransportScheme Method
The transport profile URI string.
Infers a scheme from the transport profile URI string.
Syntax
'Declaration
 
<NotNullAttribute()>
Public Shared Function InferredTransportScheme( _
   ByVal transportProfileUriString As String _
) As String
'Usage
 
Dim transportProfileUriString As String
Dim value As String
 
value = UAPubSubUtilities.InferredTransportScheme(transportProfileUriString)
[NotNull()]
public static string InferredTransportScheme( 
   string transportProfileUriString
)
[NotNull()]
public:
static String^ InferredTransportScheme( 
   String^ transportProfileUriString
) 

Parameters

transportProfileUriString
The transport profile URI string.

Return Value

A scheme inferred from the transportProfileUriString.
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