Метод | Описание | |
---|---|---|
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 ( ) : |
||
HeadersSent ( ) : bool | ||
IsClientConnected ( ) : bool | ||
IsEntireEntityBodyIsPreloaded ( ) : bool | ||
IsSecure ( ) : bool | ||
MapPath ( String path ) : String | ||
MonoRailTestWorkerRequest ( TestRequest requestData, String virtualAppPath, String physicalAppPath, |
||
ReadEntityBody ( byte buffer, int size ) : int | ||
SendCalculatedContentLength ( int contentLength ) : void | ||
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 |
Метод | Описание | |
---|---|---|
Prepare ( ) : void |
Метод | Описание | |
---|---|---|
GetPathInternal ( ) : string | ||
ProcessHeaders ( ) : void | ||
ProcessPostBody ( ) : void | ||
ProcessQueryString ( ) : void |
public FlushResponse ( bool finalFlush ) : void | ||
finalFlush | bool | |
Результат | void |
public GetKnownRequestHeader ( int index ) : String | ||
index | int | |
Результат | String |
public GetPreloadedEntityBody ( ) : byte[] | ||
Результат | byte[] |
public GetQueryStringRawBytes ( ) : byte[] | ||
Результат | byte[] |
public GetServerVariable ( string name ) : string | ||
name | string | |
Результат | string |
public GetUnknownRequestHeader ( String name ) : String | ||
name | String | |
Результат | String |
public GetUnknownRequestHeaders ( ) : String[][] | ||
Результат | String[][] |
public IsEntireEntityBodyIsPreloaded ( ) : bool | ||
Результат | bool |
public MonoRailTestWorkerRequest ( TestRequest requestData, String virtualAppPath, String physicalAppPath, |
||
requestData | TestRequest | |
virtualAppPath | String | |
physicalAppPath | String | |
output | ||
Результат | System |
public ReadEntityBody ( byte buffer, int size ) : int | ||
buffer | byte | |
size | int | |
Результат | int |
public SendCalculatedContentLength ( int contentLength ) : void | ||
contentLength | int | |
Результат | void |
public SendKnownResponseHeader ( int index, string value ) : void | ||
index | int | |
value | string | |
Результат | void |
public SendResponseFromFile ( |
||
handle | ||
offset | long | |
length | long | |
Результат | void |
public SendResponseFromFile ( string filename, long offset, long length ) : void | ||
filename | string | |
offset | long | |
length | long | |
Результат | void |
public SendResponseFromMemory ( byte data, int length ) : void | ||
data | byte | |
length | int | |
Результат | void |
public SendStatus ( int statusCode, string statusDescription ) : void | ||
statusCode | int | |
statusDescription | string | |
Результат | void |
public SendUnknownResponseHeader ( string name, string value ) : void | ||
name | string | |
value | string | |
Результат | void |