C# 클래스 CSharpUtils.Fastcgi.FastcgiPacketWriter

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

공개 프로퍼티들

프로퍼티 타입 설명
Debug bool
FastcgiPipe IFastcgiPipe

공개 메소드들

메소드 설명
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

메소드 상세

FastcgiPacketWriter() 공개 메소드

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

WritePacket() 공개 메소드

public WritePacket ( ushort RequestId, Fastcgi Type, byte Contents, int ContentsOffset, int ContentsLength ) : bool
RequestId ushort
Type Fastcgi
Contents byte
ContentsOffset int
ContentsLength int
리턴 bool

WritePacketEndRequest() 공개 메소드

public WritePacketEndRequest ( ushort RequestId, int AppStatus, Fastcgi ProtocolStatus ) : bool
RequestId ushort
AppStatus int
ProtocolStatus Fastcgi
리턴 bool

WritePacketParams() 공개 메소드

public WritePacketParams ( ) : void
리턴 void

WriteVariableInt() 공개 정적인 메소드

public static WriteVariableInt ( Stream Stream, int Value ) : void
Stream Stream
Value int
리턴 void

프로퍼티 상세

Debug 공개적으로 프로퍼티

public bool Debug
리턴 bool

FastcgiPipe 공개적으로 프로퍼티

public IFastcgiPipe FastcgiPipe
리턴 IFastcgiPipe