Rainy.RainyStandaloneServer.RainyStandaloneServer C# (CSharp) 메소드

RainyStandaloneServer() 공개 메소드

public RainyStandaloneServer ( string listen_url, ComposeObjectGraphDelegate composer ) : System
listen_url string
composer ComposeObjectGraphDelegate
리턴 System
        public RainyStandaloneServer(string listen_url, ComposeObjectGraphDelegate composer)
        {
            logger = LogManager.GetLogger (this.GetType ());

            this.appHost = new AppHost(composer);

            ListenUrl = listen_url;
        }