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



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.Discovery Namespace > UADiscoveryElement Class : EndpointUriString Property
The URL string for the endpoint.
Syntax
'Declaration
 
<ColumnDisplayAttribute(3)>
<DefaultValueAttribute("")>
<DisplayAttribute(AutoGenerateField=False, 
   Order=102, 
   ShortName="Endpoint URI String")>
Public Property EndpointUriString As String
'Usage
 
Dim instance As UADiscoveryElement
Dim value As String
 
instance.EndpointUriString = value
 
value = instance.EndpointUriString
[ColumnDisplay(3)]
[DefaultValue("")]
[Display(AutoGenerateField=false, 
   Order=102, 
   ShortName="Endpoint URI String")]
public string EndpointUriString {get; set;}
[ColumnDisplay(3)]
[DefaultValue("")]
[Display(AutoGenerateField=false, 
   Order=102, 
   ShortName="Endpoint URI String")]
public:
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