pbPostLoopTest - cXmlHttpTransfer
Determines whether to create a test loop where the posted request is returned
Type: Property
Access: Read/Write
Data Type: Boolean
Parameters: None
Syntax
Property Boolean pbPostLoopTest
| Access Type | Syntax |
|---|---|
| Read Access: | Get pbPostLoopTest to BooleanVariable |
| Write Access: | Set pbPostLoopTest to BooleanVariable/Value |
Description
When set True, creates a test loop where the posted request is returned as the response.
The pbPostLoopTest property can be set true to test your code without performing an actual HTTP transfer. When true, the actual HTTP post is bypassed and the request data is returned.