System.Net.HttpClient.THTTPResponse.GetContentEncoding

From RAD Studio API Documentation

Delphi

function GetContentEncoding: string; virtual;

C++

virtual System::UnicodeString __fastcall GetContentEncoding(void);

Properties

Type Visibility Source Unit Parent
function protected
System.Net.HTTPClient.pas
System.Net.HTTPClient.hpp
System.Net.HttpClient THTTPResponse

Description

Getter method for the ContentEncoding standard header property. {{#multireplace:System.Net.HttpClient.THTTPResponse.GetContentEncoding|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:System.Net.HttpClient.IHTTPResponse.GetContentEncoding|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:System.Net.HttpClient.IHTTPResponse.GetContentEncoding|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

Getter method for the ContentEncoding standard header property.

See Also