HttpRequestWrapper::InsertEntityBody Method

.NET Framework (current version)
 

Provides a managed wrapper for the IIS method that inserts an HTTP request entity body into memory.

Namespace:   System.Web
Assembly:  System.Web (in System.Web.dll)

NameDescription
System_CAPS_pubmethodInsertEntityBody()

Provides with a copy of the HTTP request entity body to IIS.(Overrides HttpRequestBase::InsertEntityBody().)

System_CAPS_pubmethodInsertEntityBody(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).)

Return to top
Show: