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