Datasnap.DSHTTPWebBroker.TDSHTTPResponseWebBroker.GetContentStream
| [–] Properties | |
|---|---|
| Type: function | |
| Visibility: class protected | |
| Source: Datasnap.DSHTTPWebBroker.pas Datasnap.DSHTTPWebBroker.hpp
| |
| Unit: Datasnap.DSHTTPWebBroker | |
| Parent: TDSHTTPResponseWebBroker | |
Delphi
function GetContentStream: TStream; override;
C++
virtual System::Classes::TStream* __fastcall GetContentStream();
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.