HttpRequestBase Methods
Assembly: System.Web (in System.Web.dll)
| Name | Description | |
|---|---|---|
![]() | Abort() | Forcibly terminates the underlying TCP connection, causing any outstanding I/O to fail. |
![]() | BinaryRead(Int32) | When overridden in a derived class, 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.) |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) |
![]() | GetBufferedInputStream() | |
![]() | GetBufferlessInputStream() | When implemented in a derived class, 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. |
![]() | GetBufferlessInputStream(Boolean) | When implemented in a derived class, 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() | When implemented in a derived class, provides a copy of the HTTP request entity body to IIS. |
![]() | InsertEntityBody(array<Byte>^, Int32, Int32) | When implemented in a derived class, provides IIS with a copy of the HTTP request entity body and with information about the request entity object. |
![]() | MapImageCoordinates(String^) | When overridden in a derived class, maps an incoming image-field form parameter to appropriate x-coordinate and y-coordinate values. |
![]() | MapPath(String^) | When overridden in a derived class, maps the specified virtual path to a physical path on the server. |
![]() | MapPath(String^, String^, Boolean) | When overridden in a derived class, maps the specified virtual path to a physical path on the server. |
![]() | MapRawImageCoordinates(String^) | Maps an incoming image field form parameter into appropriate x and y coordinate values. |
![]() | MemberwiseClone() | |
![]() | SaveAs(String^, Boolean) | When overridden in a derived class, saves an HTTP request to disk. |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
![]() | ValidateInput() | When overridden in a derived class, causes validation to occur for the collections that are accessed through the Cookies, Form, and QueryString properties. |

