Client.call

Calls XML-RPC method. Parameters are converted automatically.

template call(string methodName, ReturnTypes...)
final
call
(
Args...
)
(
Args args
)

Members

Functions

call
auto call(Args args)
Undocumented in source. Be warned that the author may not have intended to support it.

Throws

TransportException on HTTP(S) error, MethodFaultException on the remote method fault

Meta