REST.Client.TRESTResponse.ContentEncoding

Aus RAD Studio API Documentation

Delphi

property ContentEncoding: string read GetContentEncoding write SetContentEncoding default 0;

C++

__property ContentEncoding = {default=0};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property published
REST.Client.pas
REST.Client.hpp
REST.Client TRESTResponse

Beschreibung

HTTP-Komprimierung der Antwort. {{#multireplace:REST.Client.TRESTResponse.ContentEncoding|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} erbt von {{#multireplace:REST.Client.TCustomRESTResponse.ContentEncoding|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. Der folgende Inhalt bezieht sich auf {{#multireplace:REST.Client.TCustomRESTResponse.ContentEncoding|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

HTTP-Komprimierung der Antwort.

Die Antwortklasse dekomprimiert und analysiert die Antwort automatisch, die Eigenschaft ContentEncoding ist nur für Referenzzwecke vorgesehen.

Siehe auch