OPC Studio User's Guide and Reference
ToSubscribeProfileUriString Method



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.PubSub.Engine Namespace > UAPubSubTransportProfileUriStrings Class : ToSubscribeProfileUriString Method
The transport profile URI string.

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

Determines transport profile URI string that is best suited for subscribing.
Syntax
'Declaration
 
<NotNullAttribute()>
Public Shared Function ToSubscribeProfileUriString( _
   ByVal transportProfileUriString As String _
) As String
'Usage
 
Dim transportProfileUriString As String
Dim value As String
 
value = UAPubSubTransportProfileUriStrings.ToSubscribeProfileUriString(transportProfileUriString)
[NotNull()]
public static string ToSubscribeProfileUriString( 
   string transportProfileUriString
)
[NotNull()]
public:
static String^ ToSubscribeProfileUriString( 
   String^ transportProfileUriString
) 

Parameters

transportProfileUriString
The transport profile URI string.

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

Return Value

Returns transport profile URI string that is best suited for subscribing.

This method never returns null (Nothing in Visual Basic).

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