Exemple #1
0
 public HttpServerEngine(IHandleable handler)
 {
     this.isRunning   = false;
     this.handler     = handler;
     this.tcpListener = HttpListener.TcpListener();
 }