메소드 |
설명 |
|
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 ( IntPtr handle, long offset, long length ) : void |
|
|
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 |
|
|