Skip to content

psContentTypeReceived - cJsonHttpTransfer

Contains the content type of the received data after an JSON 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 a JSON HTTP request, the psContentTypeReceived property will contain the content type of the received data.

Presumably, this will be "application/json". This property is maintained by the object and should not be explicitly set.