Icon ContentStream Property

property ContentStream: TStream

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 TEWBServerRequest Execute method completes.
Image