REST.Client.TRESTResponse.ContentEncoding

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property ContentEncoding: string read GetContentEncoding write SetContentEncoding default 0;

C++

__property ContentEncoding = {default=0};

Propriétés

Type Visibilité  Source Unité  Parent
property published
REST.Client.pas
REST.Client.hpp
REST.Client TRESTResponse

Description

Compression HTTP de la réponse.

REST.Client.TRESTResponse.ContentEncoding hérite de REST.Client.TCustomRESTResponse.ContentEncoding. Tout le contenu en-dessous de cette ligne se réfère à REST.Client.TCustomRESTResponse.ContentEncoding.

Compression HTTP de la réponse.

La classe de réponse décompresse et analyse automatiquement la réponse. La propriété ContentEncoding est fournie pour référence uniquement.

Voir aussi