HttpWorkerRequest::ReadEntityBody Method (array<Byte>^, Int32, Int32)
.NET Framework (current version)
Reads request data from the client (when not preloaded) by using the specified buffer to read from, byte offset, and maximum bytes.
Assembly: System.Web (in System.Web.dll)
Parameters
- buffer
-
Type:
array<System::Byte>^
The byte array to read data into.
- offset
-
Type:
System::Int32
The byte offset at which to begin reading.
- size
-
Type:
System::Int32
The maximum number of bytes to read.
An implementation is free to return fewer bytes than requested even if the end of the stream has not been reached.
Use this overload to specify the response for message bodies greater than 2 GB.
.NET Framework
Available since 2.0
Available since 2.0
Show: