Exemplo n.º 1
0
 public HttpProcessor(TcpClient tcpClient, HttpServerBase server)
     : base(tcpClient)
 {
     this.Server = server;
     this.HttpHeaders = new Dictionary<string, string>();
 }
Exemplo n.º 2
0
 /// <inheritdoc />
 public HttpProcessor(TcpClient tcpClient, HttpServerBase server) : base(tcpClient)
 {
     Server      = server;
     HttpHeaders = new Dictionary <string, string>();
 }