Exemple #1
0
 public HttpProcessor(TcpClient s, HttpServer srv)
 {
     this.socket = s;
     this.srv = srv;
 }
Exemple #2
0
 public HttpProcessor(TcpClient s, HttpServer srv)
 {
     this.socket = s;
     this.srv    = srv;
 }