parse_request
Description:
[ Version ( since = "2.52" ) ]
public string parse_request (string method_call, int length, out XMLRPCParams @params) throws Error
Parses method_call
and return the method name.
Method parameters can be parsed later using parse.
Parameters:
method_call |
the XML-RPC methodCall string |
length |
the length of |
params |
on success, a new XMLRPCParams |
Returns:
method's name, or |
Namespace: Soup.XMLRPC
Package: libsoup-2.4