Datasnap.DSHTTPCommon.TDSHTTPResponse.ContentStream

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ContentStream: TStream read GetContentStream write SetContentStream;

C++

__property System::Classes::TStream* ContentStream = {read=GetContentStream, write=SetContentStream};

Properties

Type Visibility Source Unit Parent
property public
Datasnap.DSHTTPCommon.pas
Datasnap.DSHTTPCommon.hpp
Datasnap.DSHTTPCommon TDSHTTPResponse

Description

Represents the content of the HTTP response.

The ContentStream property contains the streamed content for the HTTP response.

See Also