HttpRequestBase::InsertEntityBody Method
.NET Framework (current version)
When implemented in a derived class, 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() | 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. |
Show:
