HttpWorkerRequest.GetPreloadedEntityBody Method
.NET Framework 4.5
Overloaded. Returns the portion of the HTTP request body that has currently been read.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
GetPreloadedEntityBody() | Returns the portion of the HTTP request body that has already been read. |
|
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. |