Datasnap.DSHTTPClient.TDSHTTP.IResponse.GetContentEncoding

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: public
Source:
Datasnap.DSHTTPClient.pas
Datasnap.DSHTTPClient.hpp
Unit: Datasnap.DSHTTPClient
Parent: IResponse

Delphi

function GetContentEncoding: string;

C++

virtual System::UnicodeString __fastcall GetContentEncoding() = 0 ;

Description

Gets the value of the Content-Encoding header field of the HTTP response.

GetContentEncoding is the getter method for the ContentEncoding property.

See Also