HttpWorkerRequest.GetPreloadedEntityBody Method (Byte[], Int32)
.NET Framework 3.0
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)
Assembly: System.Web (in system.web.dll)
public int GetPreloadedEntityBody ( byte[] buffer, int offset )
public function GetPreloadedEntityBody ( buffer : byte[], offset : int ) : int
Not applicable.
Parameters
- buffer
The data to read.
- offset
The byte offset at which to begin reading.
Return Value
The portion of the HTTP request body that has been read.Community Additions
ADD
Show: