Esempio n. 1
0
 public HttpProcessor(HttpListenerContext s, HttpServer srv)
 {
     this.context = s;
     this.srv     = srv;
 }