Datasnap.DSHTTPWebBroker.TDSHTTPResponseWebBroker.GetContentStream

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetContentStream: TStream; override;

C++

virtual System::Classes::TStream* __fastcall GetContentStream();

Properties

Type Visibility Source Unit Parent
function class protected
Datasnap.DSHTTPWebBroker.pas
Datasnap.DSHTTPWebBroker.hpp
Datasnap.DSHTTPWebBroker TDSHTTPResponseWebBroker

Description

Returns the value of the ContentStream property.

Datasnap.DSHTTPWebBroker.TDSHTTPResponseWebBroker.GetContentStream inherits from Datasnap.DSHTTPCommon.TDSHTTPResponse.GetContentStream. All content below this line refers to Datasnap.DSHTTPCommon.TDSHTTPResponse.GetContentStream.

Returns the value of the ContentStream property.

The GetContentStream method is the read implementation of the ContentStream property.

See Also