OPC Studio 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();
}

Property Value

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

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 it to the actual endpoint.

This method or property does not throw any exceptions, aside from execution exceptions such as System.Threading.ThreadAbortException or System.OutOfMemoryException.

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