Web.HTTPApp.TWebResponse.ContentEncoding

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ContentEncoding: AnsiString index 7 read GetStringVariable write SetStringVariable;

C++

__property System::AnsiString ContentEncoding = {read=GetStringVariable, write=SetStringVariable, index=7};

Properties

Type Visibility Source Unit Parent
property public
Web.HTTPApp.pas
Web.HTTPApp.hpp
Web.HTTPApp TWebResponse

Description

Lists the mechanisms, if any, that are used to encode the content of the HTTP response message.

Set ContentEncoding when the value of Content has been encoded before it is sent to the web client. The encoding mechanisms are listed in the order in which they are applied, separated by commas. Typically, ContentEncoding indicates a compression method or an encoding method used to transfer extended-ASCII characters over the net.

See Also