Opc.Ua.ServiceHost.ServiceHost C# (CSharp) 메소드

ServiceHost() 공개 메소드

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