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



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.Discovery Namespace > IUADiscoveryElement Interface : EndpointUriString Property
The URL string for the endpoint.
Syntax
'Declaration
 
<NotNullAttribute()>
ReadOnly Property EndpointUriString As String
'Usage
 
Dim instance As IUADiscoveryElement
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 2012 R2, Windows Server 2016; .NET Core, .NET 6: Linux, macOS, Microsoft Windows

See Also