Datasnap.DSHTTPCommon.TDSHTTPResponse.ContentStream

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property ContentStream: TStream read GetContentStream write SetContentStream;

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
Datasnap.DSHTTPCommon.pas
Datasnap.DSHTTPCommon.hpp
Datasnap.DSHTTPCommon TDSHTTPResponse

Beschreibung

Representiert den Inhalt der HTTP-Antwort.

Die Eigenschaft ContentStream enthält den in einem Stream gestellten Inhalt für die HTTP-Antwort.

Siehe auch