revXMLRPC_GetProtocol | |||||||
Type | function | ||||||
Dictionary | LCS | ||||||
Library | LiveCode Script | ||||||
Syntax |
| ||||||
Associations | xml-rpc library | ||||||
Summary | This function returns the protocol of an XML-RPC document. | ||||||
Introduced | 2.5 | ||||||
OS | mac, windows, linux, ios, android | ||||||
Platforms | desktop, server, mobile | ||||||
Parameters |
| ||||||
Example |
| ||||||
Values |
| ||||||
Related | Keyword: https, http Control Structure: function Command: revXMLRPC_SetProtocol Function: revXMLRPC_CreateRequest, revXMLRPC_Execute Library: XML-RPC library Glossary: Standalone Application Settings, host, standalone application, return, function, XML-RPC, LiveCode custom library | ||||||
Security | disk, process | ||||||
Description | Use the revXMLRPC_GetProtocol function to retrieve the network protocol used in the execution of an XML-RPC request. If the revXMLRPC_GetProtocol function encounters an error, it returns an error message starting with "xmlrpcerr" .. | ||||||
Tags | networking |