RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TWebResponse.ContentEncoding Property

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

Pascal
property ContentEncoding: string;
C++
__property AnsiString ContentEncoding;

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. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!