message_new
Description:
[ Version ( since = "2.52" ) ]
public Message message_new (string uri, string method_name, Variant @params) throws Error
Creates an XML-RPC methodCall and returns a Message, ready to send, for that method call.
See build_request for serialization details.
If params
is floating, it is consumed.
Parameters:
uri |
URI of the XML-RPC service |
method_name |
the name of the XML-RPC method to invoke at |
params |
a Variant tuple |
Returns:
a Message encoding the indicated XML-RPC request, or |
Namespace: Soup.XMLRPC
Package: libsoup-2.4