QuickOPC User's Guide and Reference
EndpointUriString Property (IUAReadOnlyDiscoveryElement)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.Discovery Namespace > IUAReadOnlyDiscoveryElement Interface : EndpointUriString Property
The URL string for the endpoint.
Syntax
'Declaration
 
<NotNullAttribute()>
ReadOnly Property EndpointUriString As String
'Usage
 
Dim instance As IUAReadOnlyDiscoveryElement
Dim value As String
 
value = instance.EndpointUriString
[NotNull()]
string EndpointUriString {get;}
[NotNull()]
property String^ EndpointUriString {
   String^ get();
}
Remarks

The endpoint URL is more "precise" than the discovery URL. When only discovery URL is present, the client always has to use the GetEndpoints service of the server in order to resolve the it to the actual endpoint.

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