REST.Client.TCustomRESTResponse.ContentEncoding
Delphi
property ContentEncoding: string read FContentEncoding write SetContentEncoding;
C++
__property System::UnicodeString ContentEncoding = {read=FContentEncoding, write=SetContentEncoding};
Eigenschaften
| Typ | Sichtbarkeit | Quelle | Unit | Übergeordnet |
|---|---|---|---|---|
| property | public | REST.Client.pas REST.Client.hpp |
REST.Client | TCustomRESTResponse |
Beschreibung
HTTP-Komprimierung der Antwort.
Die Antwortklasse dekomprimiert und analysiert die Antwort automatisch, die Eigenschaft ContentEncoding ist nur für Referenzzwecke vorgesehen.