Opc.Ua.Core
CreateServiceHostEndpoint Method



Opc.Ua Namespace > ServerBase Class : CreateServiceHostEndpoint Method
The endpoint Uri.
The description of the endpoints.
The configuration of the endpoints.
The transport listener.
The certificate validator for the transport.
Create the transport listener for the service host endpoint.
Syntax
'Declaration
 
Public Overridable Sub CreateServiceHostEndpoint( _
   ByVal endpointUri As Uri, _
   ByVal endpoints As EndpointDescriptionCollection, _
   ByVal endpointConfiguration As EndpointConfiguration, _
   ByVal listener As ITransportListener, _
   ByVal certificateValidator As ICertificateValidator _
) 
'Usage
 
Dim instance As ServerBase
Dim endpointUri As Uri
Dim endpoints As EndpointDescriptionCollection
Dim endpointConfiguration As EndpointConfiguration
Dim listener As ITransportListener
Dim certificateValidator As ICertificateValidator
 
instance.CreateServiceHostEndpoint(endpointUri, endpoints, endpointConfiguration, listener, certificateValidator)
public virtual void CreateServiceHostEndpoint( 
   Uri endpointUri,
   EndpointDescriptionCollection endpoints,
   EndpointConfiguration endpointConfiguration,
   ITransportListener listener,
   ICertificateValidator certificateValidator
)
public:
virtual void CreateServiceHostEndpoint( 
   Uri^ endpointUri,
   EndpointDescriptionCollection^ endpoints,
   EndpointConfiguration^ endpointConfiguration,
   ITransportListener^ listener,
   ICertificateValidator^ certificateValidator
) 

Parameters

endpointUri
The endpoint Uri.
endpoints
The description of the endpoints.
endpointConfiguration
The configuration of the endpoints.
listener
The transport listener.
certificateValidator
The certificate validator for the transport.
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