EasyUA Reference
FindServers(Uri) Method
See Also  Send Feedback
EasyUA Assembly > Advosol.EasyUA Namespace > UaClient Class > FindServers Method : FindServers(Uri) Method

server
The URL of the UA server to be used for server discovery.

Glossary Item Box

Find the local UA servers thru the specified server. The ApplicationDesciption is returned for each found server.

Syntax

Visual Basic (Usage)Copy Code
Dim instance As UaClient
Dim server As Uri
Dim value As ApplicationDescriptionCollection
 
value = instance.FindServers(server)
C# 
public ApplicationDescriptionCollection FindServers( 
   Uri server
)

Parameters

server
The URL of the UA server to be used for server discovery.

Return Value

A list with the descriptions of the found UA servers.

Requirements

Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.