Datasnap.DSHTTPCommon.TDSHTTPResponse.ContentLength

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property ContentLength: Int64 read GetContentLength write SetContentLength;

C++

__property __int64 ContentLength = {read=GetContentLength, write=SetContentLength};

Eigenschaften

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

Beschreibung

Legt die Inhaltslänge der HTTP-Antwort fest.

Die Eigenschaft ContentLength legt die Inhaltslänge der HTTP-Antwort fest.

Siehe auch