HttpRequest Methods
.NET Framework 3.0
(see also
Protected Methods
)
Top
| Name | Description | |
|---|---|---|
| BinaryRead | Performs a binary read of a specified number of bytes from the current input stream. |
| Equals | Overloaded. Determines whether two Object instances are equal. (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. |
| MapPath | Overloaded. Maps the virtual path in the requested URL to a physical path on the server for the current request. |
| ReferenceEquals | Determines whether the specified Object instances are the same instance. (inherited from Object) |
| SaveAs | Saves an HTTP request to disk. |
| ToString | Returns a String that represents the current Object. (inherited from Object) |
| ValidateInput | Causes validation to occur for the collections accessed through the Cookies, Form, and QueryString properties. |
| Name | Description | |
|---|---|---|
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (inherited from Object) |
| MemberwiseClone | Creates a shallow copy of the current Object. (inherited from Object) |
Community Additions
ADD
Show: