메소드 |
설명 |
|
CloseConnection ( ) : void |
|
|
EndOfRequest ( ) : void |
|
|
FlushResponse ( bool finalFlush ) : void |
|
|
GetAppPath ( ) : string |
|
|
GetAppPathTranslated ( ) : String |
|
|
GetFilePath ( ) : string |
|
|
GetFilePathTranslated ( ) : string |
|
|
GetHttpVerbName ( ) : string |
|
|
GetHttpVersion ( ) : string |
|
|
GetKnownRequestHeader ( int index ) : String |
|
|
GetLocalAddress ( ) : string |
|
|
GetLocalPort ( ) : int |
|
|
GetPreloadedEntityBody ( ) : byte[] |
|
|
GetProtocol ( ) : string |
|
|
GetQueryString ( ) : String |
|
|
GetQueryStringRawBytes ( ) : byte[] |
|
|
GetRawUrl ( ) : string |
|
|
GetRemoteAddress ( ) : string |
|
|
GetRemotePort ( ) : int |
|
|
GetServerVariable ( string name ) : string |
|
|
GetUnknownRequestHeader ( String name ) : String |
|
|
GetUnknownRequestHeaders ( ) : String[][] |
|
|
GetUriPath ( ) : string |
|
|
GetUserToken ( ) : IntPtr |
|
|
HeadersSent ( ) : bool |
|
|
IsClientConnected ( ) : bool |
|
|
IsEntireEntityBodyIsPreloaded ( ) : bool |
|
|
IsSecure ( ) : bool |
|
|
MapPath ( String path ) : String |
|
|
MonoRailTestWorkerRequest ( TestRequest requestData, String virtualAppPath, String physicalAppPath, TextWriter output ) : System |
|
|
ReadEntityBody ( byte buffer, int size ) : int |
|
|
SendCalculatedContentLength ( int contentLength ) : void |
|
|
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 |
|
|