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

Afficher le fichier Open project: soywiz/csharputils

Méthodes publiques

Свойство Type Description
FastcgiRequestAsync FastcgiRequestAsync
FastcgiResponseAsync FastcgiResponseAsync
ParamsStream System.IO.MemoryStream

Protected Properties

Свойство Type Description
ClientStream Stream
RequestId ushort

Méthodes publiques

Méthode Description
FastcgiServerClientRequestHandlerAsync ( FastcgiServerClientHandlerAsync FastcgiServerClientHandlerAsync, Stream ClientStream, ushort RequestId ) : System
HandlePacket ( TcpClient Client, FastcgiPacket Packet ) : Task

Méthodes protégées

Méthode Description
ReadVariable ( Stream Stream ) : int

Method Details

FastcgiServerClientRequestHandlerAsync() public méthode

public FastcgiServerClientRequestHandlerAsync ( FastcgiServerClientHandlerAsync FastcgiServerClientHandlerAsync, Stream ClientStream, ushort RequestId ) : System
FastcgiServerClientHandlerAsync FastcgiServerClientHandlerAsync
ClientStream Stream
RequestId ushort
Résultat System

HandlePacket() public méthode

public HandlePacket ( TcpClient Client, FastcgiPacket Packet ) : Task
Client System.Net.Sockets.TcpClient
Packet FastcgiPacket
Résultat Task

ReadVariable() protected static méthode

protected static ReadVariable ( Stream Stream ) : int
Stream Stream
Résultat int

Property Details

ClientStream protected_oe property

protected Stream ClientStream
Résultat Stream

FastcgiRequestAsync public_oe property

public FastcgiRequestAsync,CSharpUtils.Web._45.Fastcgi FastcgiRequestAsync
Résultat FastcgiRequestAsync

FastcgiResponseAsync public_oe property

public FastcgiResponseAsync,CSharpUtils.Web._45.Fastcgi FastcgiResponseAsync
Résultat FastcgiResponseAsync

ParamsStream public_oe property

public MemoryStream,System.IO ParamsStream
Résultat System.IO.MemoryStream

RequestId protected_oe property

protected ushort RequestId
Résultat ushort