Methods for cXmlHttpTransfer
View method list in hierarchical order.
| Name | Type | Description | Defining Class |
|---|---|---|---|
| AddHeader | Function | Adds the HTTP header named sHeaderName with the value sHeaderValue to the HTTP headers AddHeader adds the HTTP header named sHeaderName with the value sHeaderValue to the HTTP headers. | cBaseHTTPTransfer |
| ChildByIndex | Function | Can be used to iterate the direct children of an object ChildByIndex is a function that can be used to iterate the direct children of an object. | cObject |
| ClassSuperClass | Function | Returns the superclass of the passed class This returns the superclass of the passed class. | cObject |
| ClearHeaders | Procedure | Clears all HTTP headers added using AddHeader ClearHeaders clears all HTTP headers added using AddHeader. | cBaseHTTPTransfer |
| Create | Function | Creates an object based on the passed Class Id The Create function is used to dynamically create objects. | cObject |
| CreateNamed | Function | Creates an object based on the passed Class Id and assigns it a name Name based on a passed name Creates an object based on the passed Class Id and assigns it a name Name based on a passed name. | cObject |
| Destroy | Procedure | Destroys the object that receives the message and any child objects of that object The Destroy message destroys the object that receives the message. | cObject |
| Exit_Application | Procedure | Starts the process of closing an application The Exit_Application message is used to close the program. | cObject |
| HTTPGetRequest | Function | Performs an HTTP GET request using sFilePath The HTTPGetRequest function performs an HTTP GET request using sFilePath. | cBaseHTTPTransfer |
| HttpGetXmlAddr | Function | Retrieves XML data and returns the memory address of that data The HttpGetXmlAddr function requests XML data. | cXmlHttpTransfer |
| HttpGetXmlNode | Function | Requests XML data The HttpGetXmlNodefunction requests XML data. | cXmlHttpTransfer |
| HttpGetXmlString | Function | Retrieves XML data as a string The HttpGetXmlString function retrieves XML data as a string. | cXmlHttpTransfer |
| HttpGetXmlVar | Function | cXmlHttpTransfer | |
| HTTPPostAddrRequest | Function | Performs an HTTP POST request The HTTPPostAddrRequest function performs an HTTP POST request. | cBaseHTTPTransfer |
| HttpPostRequest | Function | Performs an HTTP POST request using sFilePath HttpPostRequest performs an HTTP POST request using sFilePath. | cHttpTransfer |
| HttpPostXmlAddr | Function | Posts and receives XML data as pointers The HttpPostXMLAddr function posts and receives XML data as pointers. | cXmlHttpTransfer |
| HttpPostXmlNode | Function | Posts and receives XML data via XML object nodes The HttpPostXmlNode function posts and receives XML data via XML object nodes. | cXmlHttpTransfer |
| HttpPostXmlString | Function | Posts and receives XML data as string The HttpPostXmlString function posts and receives XML data as strings. | cXmlHttpTransfer |
| HttpPostXmlVar | Function | cXmlHttpTransfer | |
| HTTPputAddrRequest | Function | Performs an HTTP PUT request using sFilePath The HTTPputAddrRequest function performs an HTTP PUT request using sFilePath. | cBaseHTTPTransfer |
| HttpPutRequest | Function | Performs an HTTP PUT request using sFilePath HttpPutRequest performs an HTTP PUT request using sFilePath. | cHttpTransfer |
| HttpVerbAddrRequest | Function | Allows you to send a verb of your choosing (like PATCH) It allows you to send a verb of your choosing (like PATCH). | cBaseHTTPTransfer |
| IsClassOfClass | Function | Determines whether the target class is part of the searched class's hierarchy | cObject |
| IsObjectOfClass | Function | Determines whether the passed class is part of the object's class hierarchy This returns True if the passed class is part of the object's class hierarchy. | cObject |
| LastError | Procedure | Used to report an error after a failed xml http transfer | cXmlHttpTransfer |
| LoopDataBack | Function | cXmlHttpTransfer | |
| ObjectClass | Function | Returns the integer class ID assigned to the class this object is based on Returns the integer class ID assigned to the class this object is based on. | cObject |
| Request_Destroy_Object | Procedure | Use the Destroy method instead This method is used to destroy an object and all of its children. | cObject |
| ResponseHeader | Function | Returns the value for a named http response header ResponseHeader is used to get information from an http response header. | cBaseHTTPTransfer |
| ResponseStatusCode | Function | Returns the response HTTP status code ResponseStatusCode can be used to gain more information about an HTTP transfer. | cBaseHTTPTransfer |
| ResponseStatusText | Function | Returns the HTTP status text from the last HTTP request Returns the HTTP status text from the last HTTP request. | cHttpTransfer |
| SelectClientCertificate | Function | Selects a client certificate to be used in an Http request If a secure SSL site, requires client certification, your Http object must be able to select a client certificate. | cBaseHTTPTransfer |
| TransferErrorDescription | Function | Returns an error description for the last transfer The peXmlTransferStatus property is set after a xml http request. | cXmlHttpTransfer |
| TranslateData | Function | Translates the data based on the mode and returns a pointer to the translated data The TranslateData function translates the data based on the mode and returns a pointer to the translated data. | cXmlHttpTransfer |