Méthode | Description | |
---|---|---|
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 | ||
GetPathInfo ( ) : string | ||
GetPreloadedEntityBody ( ) : byte[] | ||
GetQueryString ( ) : string | ||
GetQueryStringRawBytes ( ) : byte[] | ||
GetRawUrl ( ) : string | ||
GetRemoteAddress ( ) : string | ||
GetRemotePort ( ) : int | ||
GetServerName ( ) : string | ||
GetServerVariable ( string name ) : string | ||
GetUnknownRequestHeader ( string name ) : string | ||
GetUnknownRequestHeaders ( ) : string[][] | ||
GetUriPath ( ) : string | ||
HeadersSent ( ) : bool | ||
IsClientConnected ( ) : bool | ||
IsEntireEntityBodyIsPreloaded ( ) : bool | ||
MapPath ( string path ) : string | ||
Process ( ) : void |
01/06/10 sky: added RequestInfo construction
|
|
ReadEntityBody ( byte buffer, int size ) : int | ||
Request ( |
|
|
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 |
Méthode | Description | |
---|---|---|
IsBadPath ( ) : bool | ||
IsRequestForRestrictedDirectory ( ) : bool | ||
ParseHeaders ( ) : void | ||
ParsePostedContent ( ) : void | ||
ParseRequestLine ( ) : void | ||
PrepareResponse ( ) : void | ||
ProcessDirectoryListingRequest ( ) : bool | ||
ProcessDirectoryRequest ( ) : bool | ||
ReadAllHeaders ( ) : void | ||
Reset ( ) : void | ||
SendResponseFromFileStream ( |
||
SkipAllPostedContent ( ) : void | ||
TryParseRequest ( ) : bool | ||
TryReadAllHeaders ( ) : bool | ||
UrlEncodeRedirect ( string path ) : string |
public FlushResponse ( bool finalFlush ) : void | ||
finalFlush | bool | |
Résultat | void |
public GetKnownRequestHeader ( int index ) : string | ||
index | int | |
Résultat | string |
public GetServerVariable ( string name ) : string | ||
name | string | |
Résultat | string |
public GetUnknownRequestHeader ( string name ) : string | ||
name | string | |
Résultat | string |
public GetUnknownRequestHeaders ( ) : string[][] | ||
Résultat | string[][] |
public IsEntireEntityBodyIsPreloaded ( ) : bool | ||
Résultat | bool |
public ReadEntityBody ( byte buffer, int size ) : int | ||
buffer | byte | |
size | int | |
Résultat | int |
public Request ( |
||
server | ||
host | ||
connection | Connection | |
Résultat | System |
public SendCalculatedContentLength ( int contentLength ) : void | ||
contentLength | int | |
Résultat | void |
public SendKnownResponseHeader ( int index, string value ) : void | ||
index | int | |
value | string | |
Résultat | void |
public SendResponseFromFile ( |
||
handle | ||
offset | long | |
length | long | |
Résultat | void |
public SendResponseFromFile ( string filename, long offset, long length ) : void | ||
filename | string | |
offset | long | |
length | long | |
Résultat | void |
public SendResponseFromMemory ( byte data, int length ) : void | ||
data | byte | |
length | int | |
Résultat | void |
public SendStatus ( int statusCode, string statusDescription ) : void | ||
statusCode | int | |
statusDescription | string | |
Résultat | void |
public SendUnknownResponseHeader ( string name, string value ) : void | ||
name | string | |
value | string | |
Résultat | void |