Skip to content

phoHttp - cClientWebService

Contains the handle of the Http object used by the client web-service

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

Syntax

Property Handle phoHttp
Access Type Syntax
Read Access: Get phoHttp to HandleVariable
Write Access: Set phoHttp to HandleVariable/Value

Description

All web-service client objects contains an Http object, based on the cHttpTransfer class, to communicate with the server web service. The phoHttp property contains a handle to this object.

Ideally, a developer will never need to access this object. All expected http interface properties that a developer may need to change are defined directly in the cClientWebService class. If properties of the Http object need to be set that cannot be set directly you may use this property to gain access to the http object. Hopefully, this will never be needed.