HttpWorkerRequest::ReadEntityBody Method
.NET Framework (current version)
Overloaded. Reads request data from the client (when not preloaded).
Assembly: System.Web (in System.Web.dll)
| Name | Description | |
|---|---|---|
![]() | ReadEntityBody(array<Byte>^, Int32) | Reads request data from the client (when not preloaded). |
![]() | ReadEntityBody(array<Byte>^, Int32, Int32) | Reads request data from the client (when not preloaded) by using the specified buffer to read from, byte offset, and maximum bytes. |
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.
Show:
