public FastcgiServerClientHandlerAsync(FastcgiServerAsync FastcgiServerAsync, TcpClient Client)
 {
     this.FastcgiServerAsync = FastcgiServerAsync;
     this.Client             = Client;
     this.Handlers           = new Dictionary <ushort, FastcgiServerClientRequestHandlerAsync>();
 }
		public FastcgiServerClientHandlerAsync(FastcgiServerAsync FastcgiServerAsync, TcpClient Client)
		{
			this.FastcgiServerAsync = FastcgiServerAsync;
			this.Client = Client;
			this.Handlers = new Dictionary<ushort, FastcgiServerClientRequestHandlerAsync>();
		}