pbDataRequiredReceived - cXmlHttpTransfer
Determines if a respose of no data should be considered valid
Type: Property
Access: Read/Write
Data Type: Boolean
Parameters: None
Syntax
Property Boolean pbDataRequiredReceived
| Access Type | Syntax |
|---|---|
| Read Access: | Get pbDataRequiredReceived to BooleanVariable |
| Write Access: | Set pbDataRequiredReceived to BooleanVariable/Value |
Description
The property pbDataRequiredReceived determines if data must be received for a request to be valid. The default value of this property is True, which means that valid XML data must be received. If no XML is received an error will occur and the peXmlTransferStatus property will be set to xtsNodata. If the property is set to false, an empty response is considered to be valid.
Set pbDataRequiredReceived to False // allow empty received data
See Also