TScHttpWebResponse
function ReadToStream(Stream: TStream): integer;
Description
Call ReadToStream to read data from the body of the response from the web server into Stream. ReadToStream returns the count of read bytes.
See also
ReadAsBytes
ReadAsString
ReadBuffer