C# Класс System.Web.HttpRequest

Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание
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

Открытые методы

Метод Описание
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

Приватные методы

Метод Описание
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

Описание методов

BinaryRead() публичный Метод

public BinaryRead ( int count ) : byte[]
count int
Результат byte[]

HttpRequest() публичный Метод

public HttpRequest ( string filename, string url, string queryString ) : System.Text
filename string
url string
queryString string
Результат System.Text

MapImageCoordinates() публичный Метод

public MapImageCoordinates ( string imageFieldName ) : int[]
imageFieldName string
Результат int[]

MapPath() публичный Метод

public MapPath ( string virtualPath ) : string
virtualPath string
Результат string

MapPath() публичный Метод

public MapPath ( string virtualPath, string baseVirtualDir, bool allowCrossAppMapping ) : string
virtualPath string
baseVirtualDir string
allowCrossAppMapping bool
Результат string

SaveAs() публичный Метод

public SaveAs ( string filename, bool includeHeaders ) : void
filename string
includeHeaders bool
Результат void

ValidateInput() публичный Метод

public ValidateInput ( ) : void
Результат void

this() публичный Метод

public this ( string key ) : string
key string
Результат string