.. _vnx.JRPC_Proxy: vnx.JRPC_Proxy ============== .. cpp:namespace:: vnx::JRPC_Proxy Module ------ The `vnx.JRPC_Proxy` module provides a way to connect to another :ref:`vnx.JRPC_Server`. This module and the :ref:`vnx.Proxy` module share the same base and are largely identical in handling. Options ------- The options are identical to :ref:`vnx.Proxy`. Methods ------- The module has all methods of :ref:`vnx.Proxy` and additionally the following ones. .. cpp:function:: void select_service(string service_name) For the rest of the connection, all method calls by :ref:`jsonrpc` 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.