EasyUA Reference
FindServerUrls Method
See Also  Send Feedback
EasyUA Assembly > Advosol.EasyUA Namespace > UaClient Class : FindServerUrls Method

host
The computer to be searched. Null or an empty sting identifies the local machine.

Glossary Item Box

Find the local UA server thru a Local Discovery Server (LDS). The LDS URLs are defined in the UA configuration as WellKnownDiscoveryUrls. The URL is returned for each found server.

Syntax

Visual Basic (Usage)Copy Code
Dim instance As UaClient
Dim host As String
Dim value As List(Of String)
 
value = instance.FindServerUrls(host)
C# 
public List<string> FindServerUrls( 
   string host
)

Parameters

host
The computer to be searched. Null or an empty sting identifies the local machine.

Return Value

A list with the URLs 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.