HttpRequest Methods
Assembly: System.Web (in System.Web.dll)
| Name | Description | |
|---|---|---|
![]() | Abort() | Forcibly terminates the underlying TCP connection, causing any outstanding I/O to fail. You might use this method in response to an attack by a malicious HTTP client. |
![]() | BinaryRead(Int32) | 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() | |
![]() | 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 the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | InsertEntityBody() | Provides IIS with a copy of the HTTP request entity body. |
![]() | InsertEntityBody(array<Byte>^, Int32, Int32) | Provides IIS with a copy of the HTTP request entity body and with information about the request entity object. |
![]() | MapImageCoordinates(String^) | 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(String^) | Maps an incoming image field form parameter into appropriate x and y coordinate values. |
![]() | SaveAs(String^, Boolean) | 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. |
