Property | Type | Description | |
---|---|---|---|
Debug | bool | ||
FastcgiPipe | IFastcgiPipe | ||
Header | byte[] | ||
Padding | byte[] |
Method | Description | |
---|---|---|
FastcgiPacketReader ( IFastcgiPipe FastcgiPipe, bool Debug = false ) : System | ||
ReadAllPackets ( ) : void | ||
ReadPacket ( ) : bool | ||
ReadVariableInt ( Stream Stream ) : int |
Read a 7-bit or 31-bit value.
|
public FastcgiPacketReader ( IFastcgiPipe FastcgiPipe, bool Debug = false ) : System | ||
FastcgiPipe | IFastcgiPipe | |
Debug | bool | |
return | System |
public static ReadVariableInt ( Stream Stream ) : int | ||
Stream | Stream | |
return | int |