vnx.JRPC_Proxy¶
Module¶
The vnx.JRPC_Proxy module provides a way to connect to another vnx.JRPC_Server.
This module and the vnx.Proxy module share the same base and are largely identical in handling.
Methods¶
The module has all methods of vnx.Proxy and additionally the following ones.
-
void
select_service
(string service_name)¶ For the rest of the connection, all method calls by JSON-RPC Interface that do not specify a module will be directed to
service_name
.Supply an empty string or
.
to reset it to the proxy module itself.