C# Class System.Web.HttpRequest

Afficher le fichier Open project: kumpera/mono Class Usage Examples

Private Properties

Свойство Type Description
AddRawKeyValue void
ApplyUrlMapping string
BuildUrlComponents void
CharsFromList char[]
DoFilter void
EndSubStream void
GetLocalHostAddresses System.Net.IPAddress[]
GetParameter string
GetSubStream Stream
GetTempStream System.Web.TempFileStream
HttpRequest System.Text
HttpRequest System.Text
InsertEntityBody void
InsertEntityBody void
IsContentType bool
IsInvalidString bool
IsInvalidString bool
LoadMultiPart void
LoadWwwForm void
MakeInputStream void
RawLoadWwwForm void
ReleaseResources void
SetCurrentExePath void
SetFilePath void
SetForm void
SetFormCollection void
SetHeader void
SetPathInfo void
SetQueryStringCollection void
SplitHeader string[]
ThrowValidationException void
Validate void
ValidateCookieCollection void
ValidateNameValueCollection void
ValidateNameValueCollection void
ValidateString void

Méthodes publiques

Méthode Description
BinaryRead ( int count ) : byte[]
HttpRequest ( string filename, string url, string queryString ) : System.Text
MapImageCoordinates ( string imageFieldName ) : int[]
MapPath ( string virtualPath ) : string
MapPath ( string virtualPath, string baseVirtualDir, bool allowCrossAppMapping ) : string
SaveAs ( string filename, bool includeHeaders ) : void
ValidateInput ( ) : void
this ( string key ) : string

Private Methods

Méthode Description
AddRawKeyValue ( StringBuilder key, StringBuilder value ) : void
ApplyUrlMapping ( string url ) : string
BuildUrlComponents ( string path, string query ) : void
CharsFromList ( string list ) : char[]
DoFilter ( byte buffer ) : void
EndSubStream ( Stream stream ) : void
GetLocalHostAddresses ( ) : System.Net.IPAddress[]
GetParameter ( string header, string attr ) : string
GetSubStream ( Stream stream ) : Stream
GetTempStream ( ) : System.Web.TempFileStream
HttpRequest ( ) : System.Text
HttpRequest ( System.Web.HttpWorkerRequest worker_request, HttpContext context ) : System.Text
InsertEntityBody ( ) : void
InsertEntityBody ( byte buffer, int offset, int count ) : void
IsContentType ( string ct, bool starts_with ) : bool
IsInvalidString ( string val ) : bool
IsInvalidString ( string val, int &validationFailureIndex ) : bool
LoadMultiPart ( ) : void
LoadWwwForm ( ) : void
MakeInputStream ( ) : void
RawLoadWwwForm ( ) : void
ReleaseResources ( ) : void
SetCurrentExePath ( string path ) : void
SetFilePath ( string path ) : void
SetForm ( WebROCollection coll ) : void
SetFormCollection ( WebROCollection coll, bool lazyValidation ) : void
SetHeader ( string name, string value ) : void
SetPathInfo ( string pi ) : void
SetQueryStringCollection ( WebROCollection coll, bool lazyValidation ) : void
SplitHeader ( int header_index ) : string[]
ThrowValidationException ( string name, string key, string value ) : void
Validate ( ) : void
ValidateCookieCollection ( HttpCookieCollection cookies ) : void
ValidateNameValueCollection ( string name, NameValueCollection coll ) : void
ValidateNameValueCollection ( string name, NameValueCollection coll, RequestValidationSource source ) : void
ValidateString ( string key, string value, RequestValidationSource source ) : void

Method Details

BinaryRead() public méthode

public BinaryRead ( int count ) : byte[]
count int
Résultat byte[]

HttpRequest() public méthode

public HttpRequest ( string filename, string url, string queryString ) : System.Text
filename string
url string
queryString string
Résultat System.Text

MapImageCoordinates() public méthode

public MapImageCoordinates ( string imageFieldName ) : int[]
imageFieldName string
Résultat int[]

MapPath() public méthode

public MapPath ( string virtualPath ) : string
virtualPath string
Résultat string

MapPath() public méthode

public MapPath ( string virtualPath, string baseVirtualDir, bool allowCrossAppMapping ) : string
virtualPath string
baseVirtualDir string
allowCrossAppMapping bool
Résultat string

SaveAs() public méthode

public SaveAs ( string filename, bool includeHeaders ) : void
filename string
includeHeaders bool
Résultat void

ValidateInput() public méthode

public ValidateInput ( ) : void
Résultat void

this() public méthode

public this ( string key ) : string
key string
Résultat string