System.Net.HttpClientComponent.TNetHTTPRequest.AcceptEncoding

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AcceptEncoding: string read GetAcceptEncoding write SetAcceptEncoding;

C++

__property System::UnicodeString AcceptEncoding = {read=GetAcceptEncoding, write=SetAcceptEncoding};

Properties

Type Visibility Source Unit Parent
property published
System.Net.HTTPClientComponent.pas
System.Net.HTTPClientComponent.hpp
System.Net.HttpClientComponent TNetHTTPRequest

Description

Property to manage the Accept-Encoding header of the TNetHTTPRequest component.

The AcceptEncoding property specifies the types of content that are acceptable for a response.

See Also