C# Class System.Web.HttpRequest

Show file Open project: kumpera/mono Class Usage Examples

Private Properties

Property 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

Public Methods

Method 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

Method 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 method

public BinaryRead ( int count ) : byte[]
count int
return byte[]

HttpRequest() public method

public HttpRequest ( string filename, string url, string queryString ) : System.Text
filename string
url string
queryString string
return System.Text

MapImageCoordinates() public method

public MapImageCoordinates ( string imageFieldName ) : int[]
imageFieldName string
return int[]

MapPath() public method

public MapPath ( string virtualPath ) : string
virtualPath string
return string

MapPath() public method

public MapPath ( string virtualPath, string baseVirtualDir, bool allowCrossAppMapping ) : string
virtualPath string
baseVirtualDir string
allowCrossAppMapping bool
return string

SaveAs() public method

public SaveAs ( string filename, bool includeHeaders ) : void
filename string
includeHeaders bool
return void

ValidateInput() public method

public ValidateInput ( ) : void
return void

this() public method

public this ( string key ) : string
key string
return string