Soap.SOAPHTTPTrans.THTTPReqRespHelper.AutomaticDecompression

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AutomaticDecompression: THTTPCompressionMethods  read GetAutomaticDecompression write SetAutomaticDecompression default [];

Properties

Type Visibility Source Unit Parent
property public Soap.SOAPHTTPTrans.pas Soap.SOAPHTTPTrans THTTPReqRespHelper

Description

Property that controls the automatic decompression of the response body.

When this property is set, the corresponding header "Accept-Encoding" is included in the request, and the response body is automatically decoded.

This property is platform dependent and currently supported on Windows and Linux. On iOS, macOS, and Android platforms decoding is performed automatically.