HttpRequestWrapper::InsertEntityBody Method
.NET Framework (current version)
Provides a managed wrapper for the IIS method that inserts an HTTP request entity body into memory.
Assembly: System.Web (in System.Web.dll)
| Name | Description | |
|---|---|---|
![]() | 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).) |
Show:
