Datasnap.DSHTTPClient.TDSHTTP.IResponse.GetContentEncoding
| [–] 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
- Datasnap.DSHTTPClient.TDSHTTP.IResponse.ContentEncoding
- Datasnap.DSHTTPClient.TDSHTTP.IResponse.CharSet
- Datasnap.DSHTTPClient.TDSHTTP.IResponse.ContentType
- Datasnap.DSHTTPClient.TDSHTTP.IResponse.Headers