101 const ConnectionScheme = ...;
113 constructor(
string name,
string description,
string url, hash<auto> attributes = {}, hash<auto> options = {})
string getType()
returns "xmlrpc"
constructor(string name, string description, string url, hash< auto > attributes={}, hash< auto > options={})
creates the XmlRpcConnection object
Qore::Xml::XmlRpcClient getImpl(bool connect=True, *hash< auto > rtopts)
returns a Qore::Xml::XmlRpcClient object
hash< ConnectionSchemeInfo > getConnectionSchemeInfoImpl()
Returns the ConnectionSchemeInfo hash for this object.
the XmlRpcConnection namespace contains all the definitions in the XmlRpcConnection module
Definition: XmlRpcConnection.qm.dox.h:84