EasyUA Reference
GetEndpoints Method
See Also  Send Feedback
Opc.Ua.Core.Net4 Assembly > Opc.Ua Namespace > IServerBase Interface : GetEndpoints Method

Glossary Item Box

Returns the endpoints supported by the server.

Syntax

Visual Basic (Usage)Copy Code
Dim instance As IServerBase
Dim value As EndpointDescriptionCollection
 
value = instance.GetEndpoints()
C# 
EndpointDescriptionCollection GetEndpoints()

Return Value

Returns a collection of EndpointDescription objects.

Requirements

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

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.