CSharpUtils.Web._45.Fastcgi.FastcgiServerClientHandlerAsync.FastcgiServerClientHandlerAsync C# (CSharp) Метод

FastcgiServerClientHandlerAsync() публичный Метод

public FastcgiServerClientHandlerAsync ( FastcgiServerAsync FastcgiServerAsync, TcpClient Client ) : System
FastcgiServerAsync FastcgiServerAsync
Client System.Net.Sockets.TcpClient
Результат System
		public FastcgiServerClientHandlerAsync(FastcgiServerAsync FastcgiServerAsync, TcpClient Client)
		{
			this.FastcgiServerAsync = FastcgiServerAsync;
			this.Client = Client;
			this.Handlers = new Dictionary<ushort, FastcgiServerClientRequestHandlerAsync>();
		}
FastcgiServerClientHandlerAsync