HttpRequest Methods
.NET Framework 4.5
The HttpRequest type exposes the following members.
| Name | Description | |
|---|---|---|
|
Abort | Forcibly terminates the underlying TCP connection, causing any outstanding I/O to fail. |
|
BinaryRead | Performs a binary read of a specified number of bytes from the current input stream. |
|
Equals(Object) | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
|
GetBufferedInputStream | Gets a Stream object that can be used to read the incoming HTTP entity body. |
|
GetBufferlessInputStream() | Gets a Stream object that can be used to read the incoming HTTP entity body. |
|
GetBufferlessInputStream(Boolean) | Gets a Stream object that can be used to read the incoming HTTP entity body, optionally disabling the request-length limit that is set in the MaxRequestLength property. |
|
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
|
GetType | Gets the Type of the current instance. (Inherited from Object.) |
|
InsertEntityBody() | Provides IIS with a copy of the HTTP request entity body. |
|
InsertEntityBody(Byte[], Int32, Int32) | Provides IIS with a copy of the HTTP request entity body and with information about the request entity object. |
|
MapImageCoordinates | Maps an incoming image-field form parameter to appropriate x-coordinate and y-coordinate values. |
|
MapPath(String) | Maps the specified virtual path to a physical path. |
|
MapPath(String, String, Boolean) | Maps the specified virtual path to a physical path. |
|
MapRawImageCoordinates | Maps an incoming image field form parameter into appropriate x and y coordinate values. |
|
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. |