System.Web.HttpRequest: Method Members

The methods of System.Web.HttpRequest are listed below. For a list of all members, see the HttpRequest Members list.

See Also: Inherited members from System.Object

Public Methods

BinaryRead(int) : byte[]

Performs a binary read of a specified number of bytes from the current input stream.

MapImageCoordinates(string) : int[]

Maps an incoming image-field form parameter to appropriate x-coordinate and y-coordinate values.

MapPath(string) : string

Maps the specified virtual path to a physical path.

MapPath(string, string, bool) : string

Maps the specified virtual path to a physical path.

SaveAs(string, bool)

Saves an HTTP request to disk.

ValidateInput()

Causes validation to occur for the collections accessed through the HttpRequest.Cookies, HttpRequest.Form, and HttpRequest.QueryString properties.