Opc.Ua.Core
TranslateEndpointDescriptions Method



Opc.Ua Namespace > ServerBase Class : TranslateEndpointDescriptions Method
The client URL.
The base addresses.
The endpoints.
The application to use with the endpoints.
Translates the endpoint descriptions based on the client url and profiles provided.
Syntax
'Declaration
 
Protected Function TranslateEndpointDescriptions( _
   ByVal clientUrl As Uri, _
   ByVal baseAddresses As IList(Of ServerBase.BaseAddress), _
   ByVal endpoints As IList(Of EndpointDescription), _
   ByVal application As ApplicationDescription _
) As EndpointDescriptionCollection
'Usage
 
Dim instance As ServerBase
Dim clientUrl As Uri
Dim baseAddresses As IList(Of ServerBase.BaseAddress)
Dim endpoints As IList(Of EndpointDescription)
Dim application As ApplicationDescription
Dim value As EndpointDescriptionCollection
 
value = instance.TranslateEndpointDescriptions(clientUrl, baseAddresses, endpoints, application)
protected EndpointDescriptionCollection TranslateEndpointDescriptions( 
   Uri clientUrl,
   IList<ServerBase.BaseAddress> baseAddresses,
   IList<EndpointDescription> endpoints,
   ApplicationDescription application
)
protected:
EndpointDescriptionCollection^ TranslateEndpointDescriptions( 
   Uri^ clientUrl,
   IList<ServerBase.BaseAddress^>^ baseAddresses,
   IList<EndpointDescription^>^ endpoints,
   ApplicationDescription^ application
) 

Parameters

clientUrl
The client URL.
baseAddresses
The base addresses.
endpoints
The endpoints.
application
The application to use with the endpoints.

Return Value

The translated list of endpoints.
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

ServerBase Class
ServerBase Members