System.Net.HttpClient.IHTTPRequest.AcceptEncoding

From RAD Studio API Documentation
Revision as of 15:07, 10 February 2015 by Jesush (talk | contribs) (58500)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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 public
System.Net.HTTPClient.pas
System.Net.HTTPClient.hpp
System.Net.HttpClient IHTTPRequest

Description

Accept-Encoding field of the request, which specifies the types of HTTP compression that are acceptable for the response.

See Also