| 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.Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x