parse_method_call


Description:


[ Version ( deprecated = true ) ]
public bool parse_method_call (string method_call, int length, out string method_name, out ValueArray @params)

Warning: parse_method_call is deprecated.

Parses method_call to get the name and parameters, and returns the parameter values in a ValueArray; see also extract_method_call, which is more convenient if you know in advance what the types of the parameters will be.

Note:

Use soup_xmlrpc_parse_request_full instead.

Parameters:

method_call

the XML-RPC methodCall string

length

the length of method_call, or -1 if it is NUL-terminated

method_name

on return, the methodName from method_call

params

on return, the parameters from method_call

Returns:

success or failure.


Namespace: Soup.XMLRPC
Package: libsoup-2.4