Пример #1
0
 public HttpServer()
 {
     httpListener  = new HttpListener();
     ClientRequest = new ClientRequestInfo();
 }