Icon ContentStream Property

property ContentStream: TStream

Usage

Available In: Server Applications

Specifies a reference to a TStream descendant class instance to send as the content with the web server request.

Warning This is just a reference to the TStream descendant class instance, so please make sure that you do not free this class instance before the TServerRequest Execute method completes.
Image