Method | Description | |
---|---|---|
EndOfRequest ( ) : void | ||
FlushResponse ( bool finalFlush ) : void | ||
GetHttpVerbName ( ) : string | ||
GetHttpVersion ( ) : string | ||
GetLocalAddress ( ) : string | ||
GetLocalPort ( ) : int | ||
GetQueryString ( ) : string | ||
GetRawUrl ( ) : string | ||
GetRemoteAddress ( ) : string | ||
GetRemotePort ( ) : int | ||
GetUriPath ( ) : string | ||
SendKnownResponseHeader ( int index, string value ) : void | ||
SendResponseFromFile ( |
||
SendResponseFromFile ( string filename, long offset, long length ) : void | ||
SendResponseFromMemory ( byte data, int length ) : void | ||
SendStatus ( int statusCode, string statusDescription ) : void | ||
SendUnknownResponseHeader ( string name, string value ) : void |
public FlushResponse ( bool finalFlush ) : void | ||
finalFlush | bool | |
return | void |
public SendKnownResponseHeader ( int index, string value ) : void | ||
index | int | |
value | string | |
return | void |
public SendResponseFromFile ( |
||
handle | ||
offset | long | |
length | long | |
return | void |
public SendResponseFromFile ( string filename, long offset, long length ) : void | ||
filename | string | |
offset | long | |
length | long | |
return | void |
public SendResponseFromMemory ( byte data, int length ) : void | ||
data | byte | |
length | int | |
return | void |
public SendStatus ( int statusCode, string statusDescription ) : void | ||
statusCode | int | |
statusDescription | string | |
return | void |
public SendUnknownResponseHeader ( string name, string value ) : void | ||
name | string | |
value | string | |
return | void |