Class Protocols.XMLRPC.Call
- Description
 Represents a function call made to a XML-RPC server.
- See also
 
- Variable method_name
 intProtocols.XMLRPC.Call.method_name- Description
 Represents <methodName> in the XML-RPC standard.
- Variable
method_name
Variable params
 stringProtocols.XMLRPC.Call.method_name
arrayProtocols.XMLRPC.Call.params
- Variable params
 arrayProtocols.XMLRPC.Call.params- Description
 Represents <params> in the XML-RPC standard where all datatypes have been converted to equivalent or similar datatypes in Pike.
- Method create
 Protocols.XMLRPC.Call Protocols.XMLRPC.Call(stringmethod_name,arrayparams)