Client

Undocumented in source.

Constructors

this
this(string serverUri, Duration timeout)

Members

Functions

rawCall
MethodResponseData rawCall(MethodCallData callData, bool suppressMethodFaultException)

Performs call to the XML-RPC method with no automatic type casting.

Properties

serverUri
string serverUri [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
timeout
Duration timeout [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
timeout
Duration timeout [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
verifyPeer
bool verifyPeer [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
verifyPeer
bool verifyPeer [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Templates

call
template call(string methodName, ReturnTypes...)

Calls XML-RPC method. Parameters are converted automatically.

Meta