Method | Description | |
---|---|---|
GetChunkedData ( |
||
GetChunkedHeader ( ) : byte[] | ||
GetData ( ) : byte[] | ||
Referral ( string url ) : |
||
Reply ( ) : System | ||
Reply ( ReplyCode code, ContentType type, ChunkedHandlerCallbackType chunkedHandlerDelegate ) : System | ||
Reply ( ReplyCode code, ContentType type, string body ) : System | ||
Reply ( string body ) : System |
Method | Description | |
---|---|---|
GetCommonHeader ( ) : string | ||
Initialise ( ReplyCode code, ContentType type ) : void | ||
MergeHeaderAndBody ( byte header, byte body ) : byte[] |
public GetChunkedData ( |
||
request | ||
WasLastChunk | bool | |
return | byte[] |
public static Referral ( string url ) : |
||
url | string | |
return |
public Reply ( ReplyCode code, ContentType type, ChunkedHandlerCallbackType chunkedHandlerDelegate ) : System | ||
code | ReplyCode | |
type | ContentType | |
chunkedHandlerDelegate | ChunkedHandlerCallbackType | |
return | System |
public Reply ( ReplyCode code, ContentType type, string body ) : System | ||
code | ReplyCode | |
type | ContentType | |
body | string | |
return | System |