HttpWorkerRequest.GetPreloadedEntityBody Method
.NET Framework 3.0
Overloaded. Returns the portion of the HTTP request body that has currently been read.
| Name | Description |
|---|---|
| HttpWorkerRequest.GetPreloadedEntityBody () | Returns the portion of the HTTP request body that has already been read. |
| HttpWorkerRequest.GetPreloadedEntityBody (Byte[], Int32) | Gets the portion of the HTTP request body that has currently been read by using the specified buffer data and byte offset. |
Community Additions
ADD
Show: