Back to product page

ContentTransferEncoding property


Returns document transfer encoding.

Type

A String value

Syntax

  • Basic
object.ContentTransferEncoding
The ContentTransferEncoding(object) syntax has these parts:
objectAn 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.

Platforms

Windows