Connectivity Software User's Guide and Reference
GetEndpointsByScheme Property



OpcLabs.EasyOpcUAPrimitives Assembly > OpcLabs.EasyOpc.UA.Engine Namespace > UADiscoveryParameters Class : GetEndpointsByScheme Property
When set to true, server discovery will be made separately for each specified endpoint scheme.
Syntax
'Declaration
 
Public ReadOnly Property GetEndpointsByScheme As Boolean
'Usage
 
Dim instance As UADiscoveryParameters
Dim value As Boolean
 
value = instance.GetEndpointsByScheme
public bool GetEndpointsByScheme {get;}
public:
property bool GetEndpointsByScheme {
   bool get();
}

Property Value

The default value of this property is True.

Remarks

When this setting is true, the discovery query must contain discovery URIs with all schemes that need to be returned.

This setting works around .NET sample servers that return improper endpoint URIs (wrong port) for any URLs but those with the scheme used in the discovery URI.

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