Internet Direct (Indy) Version 9.0.1 Beta
TIdHTTPResponseInfo.ContentStream
Specifies the stream that contains the content data.

property ContentStream: TStream;
Description
ContentStream is a TStream property that specifies the stream containing the content data for the HTTP response.

WriteContent uses ContentStream, when assigned, to generate HTTP response content instead of ContentText.