Opc.Ua.Core
GetEndpoints Method (IServerBase)



Opc.Ua Namespace > IServerBase Interface : GetEndpoints Method
Returns the endpoints supported by the server.
Syntax
'Declaration
 
Function GetEndpoints() As EndpointDescriptionCollection
'Usage
 
Dim instance As IServerBase
Dim value As EndpointDescriptionCollection
 
value = instance.GetEndpoints()
EndpointDescriptionCollection GetEndpoints()
EndpointDescriptionCollection^ GetEndpoints(); 

Return Value

Returns a collection of EndpointDescription objects.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IServerBase Interface
IServerBase Members