Datasnap.DSHTTPCommon.TDSHTTPResponse.ContentStream
[–] Properties | |
---|---|
Type: property | |
Visibility: public | |
Source: Datasnap.DSHTTPCommon.pas Datasnap.DSHTTPCommon.hpp
| |
Unit: Datasnap.DSHTTPCommon | |
Parent: TDSHTTPResponse |
Delphi
property ContentStream: TStream read GetContentStream write SetContentStream;
C++
__property System::Classes::TStream* ContentStream = {read=GetContentStream, write=SetContentStream};
Description
Represents the content of the HTTP response.
The ContentStream property contains the streamed content for the HTTP response.