Datasnap.DSHTTP.TDSHTTPResponseIndy.GetContentStream

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: class protected
Source:
Datasnap.DSHTTP.pas
Datasnap.DSHTTP.hpp
Unit: Datasnap.DSHTTP
Parent: TDSHTTPResponseIndy

Delphi

function GetContentStream: TStream; override;

C++

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

Description

Returns the value of the ContentStream property.

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

See Also