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
Overload | Description |
DiscoverNetworkServers(IEasyUAClient,IEnumerable<String>,String) | 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. |
DiscoverNetworkServers(IEasyUAClient,IEnumerable<String>,String,Boolean) | 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. |
DiscoverNetworkServers(IEasyUAClient,String) | Discovers available OPC-UA servers on the network and returns information about them, using the specified discovery host. |
DiscoverNetworkServers(IEasyUAClient,String,Boolean) | 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