wodHttpDLX ActiveX Control - ContentEncoding Property
      
 

Description

Returns encoding mechanism used.


Property type

A String value.  


Syntax

object.ContentEncoding



The ContentEncoding Property syntax has these parts:

Part Description
object An expression evaluating to an object of type HttpResponse.

Remarks

This property, when set, specifies the encoding mechanism used. Currently only x-compress and x-gzip are widely used.

This property is just a 'shortcut' to Response.Headers("Content-Encoding") value.