internal override void Inject(ServletForm servlet)
 {
     this.lib = servlet.connectionHandler.server.library;
 }
Example #2
0
        public HttpServer()
        {
            port = int.Parse(Program.settings.PORT);

            this.library = new Library();
        }