HttpWorkerRequest::GetPreloadedEntityBody Method (array<Byte>^, Int32)

 

Gets the portion of the HTTP request body that has currently been read by using the specified buffer data and byte offset.

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

public:
virtual int GetPreloadedEntityBody(
	array<unsigned char>^ buffer,
	int offset
)

Parameters

buffer
Type: array<System::Byte>^

The data to read.

offset
Type: System::Int32

The byte offset at which to begin reading.

Return Value

Type: System::Int32

The portion of the HTTP request body that has been read.

.NET Framework
Available since 2.0
Return to top
Show: