HttpRequestWrapper Methods
Assembly: System.Web (in System.Web.dll)
| Name | Description | |
|---|---|---|
![]() | Abort() | Forcibly terminates the underlying TCP connection, causing any outstanding I/O to fail.(Overrides HttpRequestBase::Abort().) |
![]() | BinaryRead(Int32) | 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.) |
![]() | GetBufferedInputStream() | (Overrides HttpRequestBase::GetBufferedInputStream().) |
![]() | GetBufferlessInputStream() | Gets a Stream object that can be used to read the incoming HTTP entity body.(Overrides HttpRequestBase::GetBufferlessInputStream().) |
![]() | 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.(Overrides HttpRequestBase::GetBufferlessInputStream(Boolean).) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | InsertEntityBody() | Provides with a copy of the HTTP request entity body to IIS.(Overrides HttpRequestBase::InsertEntityBody().) |
![]() | InsertEntityBody(array<Byte>^, Int32, Int32) | Provides IIS with a copy of the HTTP request entity body and with information about the request entity object.(Overrides HttpRequestBase::InsertEntityBody(array<Byte>^, Int32, Int32).) |
![]() | MapImageCoordinates(String^) | 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).) |
![]() | MapRawImageCoordinates(String^) | Maps an incoming image field form parameter into appropriate x and y coordinate values.(Overrides HttpRequestBase::MapRawImageCoordinates(String^).) |
![]() | MemberwiseClone() | |
![]() | SaveAs(String^, Boolean) | 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().) |

