Opc.Ua.ServiceHost.ServiceHost C# (CSharp) Method

ServiceHost() public method

Initializes the service host.
public ServiceHost ( ServerBase server, Type endpointType ) : System
server ServerBase The server.
endpointType System.Type Type of the endpoint.
return System
		public ServiceHost(ServerBase server, Type endpointType, params Uri[] addresses) : base(endpointType, addresses)
        {
            m_server = server;
            m_stopServerOnClose = false;
		}
        #endregion