Datasnap.DSHTTPClient.TDSHTTP.IResponse.ContentEncoding
| [–] Properties | |
|---|---|
| Type: property | |
| Visibility: public | |
| Source: Datasnap.DSHTTPClient.pas Datasnap.DSHTTPClient.hpp
| |
| Unit: Datasnap.DSHTTPClient | |
| Parent: IResponse | |
Delphi
property ContentEncoding: string read GetContentEncoding;
C++
__property System::UnicodeString ContentEncoding = {read=GetContentEncoding};
Description
Represents the Content-Encoding header field of the HTTP response.
ContentEncoding specifies the HTTP compression for the HTTP response.
See Also
- Datasnap.DSHTTPClient.TDSHTTP.IResponse.GetContentEncoding
- Datasnap.DSHTTPClient.TDSHTTP.IResponse.CharSet
- Datasnap.DSHTTPClient.TDSHTTP.IResponse.ContentType
- Datasnap.DSHTTPClient.TDSHTTP.IResponse.Headers