wodHttpDLX ActiveX Control - ContentTransferEncoding Property
      
 

Description

Returns document transfer encoding.


Property type

A String value.  


Syntax

object.ContentTransferEncoding



The ContentTransferEncoding Property syntax has these parts:

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

Remarks

This property holds encoding mechanism used in the response.

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