HttpWorkerRequest::ReadEntityBody Method (array<Byte>^, Int32)
.NET Framework (current version)
Reads request data from the client (when not preloaded).
Assembly: System.Web (in System.Web.dll)
Parameters
- buffer
-
Type:
array<System::Byte>^
The byte array to read data into.
- 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 1.1
Available since 1.1
Show: