C# 클래스 Blighttp.Reply

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

공개 메소드들

메소드 설명
GetChunkedData ( Request request, bool &WasLastChunk ) : byte[]
GetChunkedHeader ( ) : byte[]
GetData ( ) : byte[]
Referral ( string url ) : Reply
Reply ( ) : System
Reply ( ReplyCode code, ContentType type, ChunkedHandlerCallbackType chunkedHandlerDelegate ) : System
Reply ( ReplyCode code, ContentType type, string body ) : System
Reply ( string body ) : System

비공개 메소드들

메소드 설명
GetCommonHeader ( ) : string
Initialise ( ReplyCode code, ContentType type ) : void
MergeHeaderAndBody ( byte header, byte body ) : byte[]

메소드 상세

GetChunkedData() 공개 메소드

public GetChunkedData ( Request request, bool &WasLastChunk ) : byte[]
request Request
WasLastChunk bool
리턴 byte[]

GetChunkedHeader() 공개 메소드

public GetChunkedHeader ( ) : byte[]
리턴 byte[]

GetData() 공개 메소드

public GetData ( ) : byte[]
리턴 byte[]

Referral() 공개 정적인 메소드

public static Referral ( string url ) : Reply
url string
리턴 Reply

Reply() 공개 메소드

public Reply ( ) : System
리턴 System

Reply() 공개 메소드

public Reply ( ReplyCode code, ContentType type, ChunkedHandlerCallbackType chunkedHandlerDelegate ) : System
code ReplyCode
type ContentType
chunkedHandlerDelegate ChunkedHandlerCallbackType
리턴 System

Reply() 공개 메소드

public Reply ( ReplyCode code, ContentType type, string body ) : System
code ReplyCode
type ContentType
body string
리턴 System

Reply() 공개 메소드

public Reply ( string body ) : System
body string
리턴 System