OPC Studio User's Guide and Reference
DiscoverNetworkServers Method (IEasyUAClientExtension)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA Namespace > IEasyUAClientExtension Class : DiscoverNetworkServers Method
Discovers available OPC-UA servers on the network.

This method discovers available OPC-UA servers on the network and returns information about them. It uses the so-called Local Discovery Server with Multicast Extensions (LDS-NE). You can influence how the discovery works using the properties in SharedParameters.

Invokes the FindServersOnNetwork service.

See also in Knowledge Base: Technical note-OPC UA Discovery in QuickOPC.

Overload List
OverloadDescription
Discovers available OPC-UA servers on the network and returns information about them, using the specified discovery host, and specifying the capabilities that the servers must have.  
Discovers available OPC-UA servers on the network and returns information about them, using the specified discovery host, specifying the capabilities that the servers must have, and whether the results should be flat.  
Discovers available OPC-UA servers on the network and returns information about them, using the specified discovery host.  
Discovers available OPC-UA servers on the network and returns information about them, specifying the discovery host, and whether the results should be flat.  
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