Icon ResponseContentStream Property

property ResponseContentStream: TStream

Usage

Available In: Server Applications

Contains any content included with the response to the server request as a TStream descendant class instance when the ResponseContentType is set to srStream. The use of a TStream interface makes it easier to work with response content that is binary and not textual.
Image