Rainy.RainyStandaloneServer.RainyStandaloneServer C# (CSharp) Method

RainyStandaloneServer() public method

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

            this.appHost = new AppHost(composer);

            ListenUrl = listen_url;
        }