HttpRequestBase::InsertEntityBody Method (array<Byte>^, Int32, Int32)

.NET Framework (current version)
 

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.

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

public:
virtual void InsertEntityBody(
	array<unsigned char>^ buffer,
	int offset,
	int count
)

Parameters

buffer
Type: array<System::Byte>^

An array that contains the request entity data.

offset
Type: System::Int32

The zero-based position in buffer at which to begin storing the request entity data.

count
Type: System::Int32

The number of bytes to read into the buffer array.

.NET Framework
Available since 4.5
Return to top
Show: