C# 클래스 CSharpUtils.Fastcgi.FastcgiPacketReader

파일 보기 프로젝트 열기: soywiz/csharputils 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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.

메소드 상세

FastcgiPacketReader() 공개 메소드

public FastcgiPacketReader ( IFastcgiPipe FastcgiPipe, bool Debug = false ) : System
FastcgiPipe IFastcgiPipe
Debug bool
리턴 System

ReadAllPackets() 공개 메소드

public ReadAllPackets ( ) : void
리턴 void

ReadPacket() 공개 메소드

public ReadPacket ( ) : bool
리턴 bool

ReadVariableInt() 공개 정적인 메소드

Read a 7-bit or 31-bit value.
public static ReadVariableInt ( Stream Stream ) : int
Stream Stream
리턴 int

프로퍼티 상세

Debug 공개적으로 프로퍼티

public bool Debug
리턴 bool

FastcgiPipe 공개적으로 프로퍼티

public IFastcgiPipe FastcgiPipe
리턴 IFastcgiPipe

Header 공개적으로 프로퍼티

public byte[] Header
리턴 byte[]

Padding 공개적으로 정적으로 프로퍼티

public static byte[] Padding
리턴 byte[]