HttpWorkerRequest.ReadEntityBody Method
.NET Framework 3.0
Overloaded. Reads request data from the client (when not preloaded).
| Name | Description |
|---|---|
| HttpWorkerRequest.ReadEntityBody (Byte[], Int32) | Reads request data from the client (when not preloaded). |
| HttpWorkerRequest.ReadEntityBody (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. |
Community Additions
ADD
Show: