예제 #1
0
파일: HttpServer.cs 프로젝트: crayse1/NINSS
 public HttpProcessor(TcpClient s, HttpServer srv)
 {
     this.socket = s;
     this.srv = srv;
 }
예제 #2
0
파일: HttpServer.cs 프로젝트: djlw78/NINSS
 public HttpProcessor(TcpClient s, HttpServer srv)
 {
     this.socket = s;
     this.srv    = srv;
 }