C# Class CSharpUtils.Fastcgi.FastcgiPacketWriter

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

Méthodes publiques

Свойство Type Description
Debug bool
FastcgiPipe IFastcgiPipe

Méthodes publiques

Méthode Description
FastcgiPacketWriter ( IFastcgiPipe FastcgiPipe, bool Debug = false ) : System
WritePacket ( ushort RequestId, Fastcgi Type, byte Contents, int ContentsOffset, int ContentsLength ) : bool
WritePacketEndRequest ( ushort RequestId, int AppStatus, Fastcgi ProtocolStatus ) : bool
WritePacketParams ( ) : void
WriteVariableInt ( Stream Stream, int Value ) : void

Method Details

FastcgiPacketWriter() public méthode

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

WritePacket() public méthode

public WritePacket ( ushort RequestId, Fastcgi Type, byte Contents, int ContentsOffset, int ContentsLength ) : bool
RequestId ushort
Type Fastcgi
Contents byte
ContentsOffset int
ContentsLength int
Résultat bool

WritePacketEndRequest() public méthode

public WritePacketEndRequest ( ushort RequestId, int AppStatus, Fastcgi ProtocolStatus ) : bool
RequestId ushort
AppStatus int
ProtocolStatus Fastcgi
Résultat bool

WritePacketParams() public méthode

public WritePacketParams ( ) : void
Résultat void

WriteVariableInt() public static méthode

public static WriteVariableInt ( Stream Stream, int Value ) : void
Stream Stream
Value int
Résultat void

Property Details

Debug public_oe property

public bool Debug
Résultat bool

FastcgiPipe public_oe property

public IFastcgiPipe FastcgiPipe
Résultat IFastcgiPipe