This documentation is archived and is not being maintained.
HttpRequestWrapper Methods
Visual Studio 2010
The HttpRequestWrapper type exposes the following members.
| Name | Description | |
|---|---|---|
|
BinaryRead | Performs a binary read of a specified number of bytes from the current input stream. (Overrides HttpRequestBase::BinaryRead(Int32).) |
|
Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
|
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
|
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
|
GetType | Gets the Type of the current instance. (Inherited from Object.) |
|
MapImageCoordinates | Maps an incoming image-field form parameter to appropriate x-coordinate and y-coordinate values. (Overrides HttpRequestBase::MapImageCoordinates(String).) |
|
MapPath(String) | Maps the specified virtual path to a physical path on the server. (Overrides HttpRequestBase::MapPath(String).) |
|
MapPath(String, String, Boolean) | Maps the specified virtual path to a physical path on the server. (Overrides HttpRequestBase::MapPath(String, String, Boolean).) |
|
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
|
SaveAs | Saves an HTTP request to disk. (Overrides HttpRequestBase::SaveAs(String, Boolean).) |
|
ToString | Returns a string that represents the current object. (Inherited from Object.) |
|
ValidateInput | Causes validation to occur for the collections that are accessed through the Cookies, Form, and QueryString properties. (Overrides HttpRequestBase::ValidateInput().) |
Show: