System.Net.HttpClient.IHTTPResponse.ContentEncoding

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ContentEncoding: string read GetContentEncoding;

C++

__property System::UnicodeString ContentEncoding = {read=GetContentEncoding};

Properties

Type Visibility Source Unit Parent
property public
System.Net.HttpClient.pas
System.Net.HTTPClient.hpp
System.Net.HttpClient IHTTPResponse

Description

Content-Encoding field of the response, which specifies the data encoding of the response.

See Also