Reads request data from the client (when not preloaded).
buffer The byte array to read data into. size The maximum number of bytes to read.
The number of bytes read.
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.