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



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.Discovery.ComTypes Namespace > _UADiscoveryElement Interface : EndpointUriString Property
The URL string for the endpoint.
Syntax
'Declaration
 
<NotNullAttribute()>
Property EndpointUriString As String
'Usage
 
Dim instance As _UADiscoveryElement
Dim value As String
 
instance.EndpointUriString = value
 
value = instance.EndpointUriString
[NotNull()]
string EndpointUriString {get; set;}
[NotNull()]
property String^ EndpointUriString {
   String^ get();
   void set (    String^ value);
}
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