Skip to content

psContentTypeReceived - cXmlHttpTransfer

Contains the content type of the received data after an XML Http request

Type: Property
Access: Read/Write
Data Type: String
Parameters: None

Syntax

Property String psContentTypeReceived
Access Type Syntax
Read Access: Get psContentTypeReceived to StringVariable
Write Access: Set psContentTypeReceived to StringVariable/Value

Description

After an XML Http request, the psContentTypeReceived property will contain the content type of the received data. Presumably this will be "text/xml". This property is maintained by the object and should not be explicitly set.