Reads data from the body of the HTTP request.
- buffer
- The buffer where data will be placed.
- size
- Number of bytes to fill in the buffer.
The number of bytes read into the buffer.
Implementations of this method should fill up to size bytes into the buffer. The implementation should return the number of bytes read into the buffer.See also HttpWorkerRequest.HasEntityBody(), HttpWorkerRequest.IsEntireEntityBodyIsPreloaded() and HttpWorkerRequest.GetPreloadedEntityBody()
Namespace: System.Web
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0