Opc.Ua.Server.StandardServer.GetEndpointInstance C# (CSharp) Method

GetEndpointInstance() protected method

Returns an instance of the endpoint to use.
protected GetEndpointInstance ( System.ServiceModel.ServerBase server ) : EndpointBase
server System.ServiceModel.ServerBase
return EndpointBase
        protected override EndpointBase GetEndpointInstance(ServerBase server)
        {
            return new SessionEndpoint(server);
        }