프로퍼티 | 타입 | 설명 | |
---|---|---|---|
Debug | bool | ||
FastcgiPipe | IFastcgiPipe | ||
Header | byte[] | ||
Padding | byte[] |
메소드 | 설명 | |
---|---|---|
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 | |
리턴 | System |
public static ReadVariableInt ( Stream Stream ) : int | ||
Stream | Stream | |
리턴 | int |