C# Class CSharpUtils.Fastcgi.FastcgiPacketReader

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

Méthodes publiques

Свойство Type Description
Debug bool
FastcgiPipe IFastcgiPipe
Header byte[]
Padding byte[]

Méthodes publiques

Méthode Description
FastcgiPacketReader ( IFastcgiPipe FastcgiPipe, bool Debug = false ) : System
ReadAllPackets ( ) : void
ReadPacket ( ) : bool
ReadVariableInt ( Stream Stream ) : int

Read a 7-bit or 31-bit value.

Method Details

FastcgiPacketReader() public méthode

public FastcgiPacketReader ( IFastcgiPipe FastcgiPipe, bool Debug = false ) : System
FastcgiPipe IFastcgiPipe
Debug bool
Résultat System

ReadAllPackets() public méthode

public ReadAllPackets ( ) : void
Résultat void

ReadPacket() public méthode

public ReadPacket ( ) : bool
Résultat bool

ReadVariableInt() public static méthode

Read a 7-bit or 31-bit value.
public static ReadVariableInt ( Stream Stream ) : int
Stream Stream
Résultat int

Property Details

Debug public_oe property

public bool Debug
Résultat bool

FastcgiPipe public_oe property

public IFastcgiPipe FastcgiPipe
Résultat IFastcgiPipe

Header public_oe property

public byte[] Header
Résultat byte[]

Padding public_oe static_oe property

public static byte[] Padding
Résultat byte[]