Property | Type | Description | |
---|---|---|---|
Debug | bool | ||
FastcgiPipe | IFastcgiPipe |
Method | 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 |
public FastcgiPacketWriter ( IFastcgiPipe FastcgiPipe, bool Debug = false ) : System | ||
FastcgiPipe | IFastcgiPipe | |
Debug | bool | |
return | System |
public WritePacket ( ushort RequestId, Fastcgi Type, byte Contents, int ContentsOffset, int ContentsLength ) : bool | ||
RequestId | ushort | |
Type | Fastcgi | |
Contents | byte | |
ContentsOffset | int | |
ContentsLength | int | |
return | bool |
public WritePacketEndRequest ( ushort RequestId, int AppStatus, Fastcgi ProtocolStatus ) : bool | ||
RequestId | ushort | |
AppStatus | int | |
ProtocolStatus | Fastcgi | |
return | bool |
public static WriteVariableInt ( Stream Stream, int Value ) : void | ||
Stream | Stream | |
Value | int | |
return | void |