C# Class CSharpUtils.Web._45.Fastcgi.FastcgiServerClientHandlerAsync

Show file Open project: soywiz/csharputils Class Usage Examples

Protected Properties

Property Type Description
Client System.Net.Sockets.TcpClient
Handlers FastcgiServerClientRequestHandlerAsync>.Dictionary

Public Methods

Method Description
FastcgiServerClientHandlerAsync ( FastcgiServerAsync FastcgiServerAsync, TcpClient Client ) : System
Handle ( ) : System.Threading.Tasks.Task

Method Details

FastcgiServerClientHandlerAsync() public method

public FastcgiServerClientHandlerAsync ( FastcgiServerAsync FastcgiServerAsync, TcpClient Client ) : System
FastcgiServerAsync FastcgiServerAsync
Client System.Net.Sockets.TcpClient
return System

Handle() public method

public Handle ( ) : System.Threading.Tasks.Task
return System.Threading.Tasks.Task

Property Details

Client protected property

protected TcpClient,System.Net.Sockets Client
return System.Net.Sockets.TcpClient

Handlers protected property

protected Dictionary Handlers
return FastcgiServerClientRequestHandlerAsync>.Dictionary