| Visual Basic (Usage) | Copy Code |
|---|---|
Dim discoveryUrl As String Dim value As EndpointDescriptionCollection value = UaClient.GetEndpoints(discoveryUrl) | |
| C# | |
|---|---|
public static EndpointDescriptionCollection GetEndpoints( string discoveryUrl ) | |
Parameters
- discoveryUrl
- Discovery endpoint URL of the UA server.
Return Value
A list with the descriptions of the found endpoints.Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x