REST.Client.TCustomRESTResponse.ContentEncoding

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ContentEncoding: string read FContentEncoding write SetContentEncoding;

C++

__property System::UnicodeString ContentEncoding = {read=FContentEncoding, write=SetContentEncoding};

Properties

Type Visibility Source Unit Parent
property public
REST.Client.pas
REST.Client.hpp
REST.Client TCustomRESTResponse

Description

HTTP compression of the response.

The response class automatically decompresses and parses the response, the ContentEncoding property is provided for reference only.

See Also