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

discoveryUrl
Discovery endpoint URL of the UA server.

Glossary Item Box

Retrieve the endpoints of the defiend UA server.

Syntax

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.

Requirements

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

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.