コード例 #1
0
 public FastcgiServerClientHandlerAsync(FastcgiServerAsync FastcgiServerAsync, TcpClient Client)
 {
     this.FastcgiServerAsync = FastcgiServerAsync;
     this.Client             = Client;
     this.Handlers           = new Dictionary <ushort, FastcgiServerClientRequestHandlerAsync>();
 }
コード例 #2
0
		public FastcgiServerClientHandlerAsync(FastcgiServerAsync FastcgiServerAsync, TcpClient Client)
		{
			this.FastcgiServerAsync = FastcgiServerAsync;
			this.Client = Client;
			this.Handlers = new Dictionary<ushort, FastcgiServerClientRequestHandlerAsync>();
		}