Datasnap.DSHTTPCommon.TDSHTTPResponse.GetContentStream

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: protected
Source:
Datasnap.DSHTTPCommon.pas
Datasnap.DSHTTPCommon.hpp
Unit: Datasnap.DSHTTPCommon
Parent: TDSHTTPResponse

Delphi

function GetContentStream: TStream; virtual; abstract;

C++

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

Description

Returns the value of the ContentStream property.

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

See Also