QuickOPC User's Guide and Reference
TransportProfileUriStringToDisplayName Method



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.Engine Namespace > UAEndpointSelectionPolicy Class : TransportProfileUriStringToDisplayName Method
The URI of the transport profile.
Converts transport profile URI to transport profile display name.
Syntax
'Declaration
 
<NotNullAttribute()>
Public Shared Function TransportProfileUriStringToDisplayName( _
   ByVal transportProfileUriString As String _
) As String
'Usage
 
Dim transportProfileUriString As String
Dim value As String
 
value = UAEndpointSelectionPolicy.TransportProfileUriStringToDisplayName(transportProfileUriString)
[NotNull()]
public static string TransportProfileUriStringToDisplayName( 
   string transportProfileUriString
)
[NotNull()]
public:
static String^ TransportProfileUriStringToDisplayName( 
   String^ transportProfileUriString
) 

Parameters

transportProfileUriString
The URI of the transport profile.

Return Value

Returns the display name that corresponds to the given transport profile URI.
Requirements

Target Platforms: .NET Framework: Windows 7 with SP1, Windows Server 2012; .NET Core: Linux, Microsoft Windows

See Also

Reference

UAEndpointSelectionPolicy Class
UAEndpointSelectionPolicy Members