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

Afficher le fichier Open project: soywiz/csharputils Class Usage Examples

Protected Properties

Свойство Type Description
Client System.Net.Sockets.TcpClient
Handlers FastcgiServerClientRequestHandlerAsync>.Dictionary

Méthodes publiques

Méthode Description
FastcgiServerClientHandlerAsync ( FastcgiServerAsync FastcgiServerAsync, TcpClient Client ) : System
Handle ( ) : System.Threading.Tasks.Task

Method Details

FastcgiServerClientHandlerAsync() public méthode

public FastcgiServerClientHandlerAsync ( FastcgiServerAsync FastcgiServerAsync, TcpClient Client ) : System
FastcgiServerAsync FastcgiServerAsync
Client System.Net.Sockets.TcpClient
Résultat System

Handle() public méthode

public Handle ( ) : System.Threading.Tasks.Task
Résultat System.Threading.Tasks.Task

Property Details

Client protected_oe property

protected TcpClient,System.Net.Sockets Client
Résultat System.Net.Sockets.TcpClient

Handlers protected_oe property

protected Dictionary Handlers
Résultat FastcgiServerClientRequestHandlerAsync>.Dictionary