Skip to content

API Library JSONRPC

Robert Polak edited this page Aug 9, 2019 · 16 revisions

Home / API Library / JSONRPC

The JSONRPC API library. JSON-RPC is a stateless, light-weight remote procedure call (RPC) protocol.

The API Library JSONRPC Methods list with Parameters.

Configuration

Configuration of JSONRPC variables at App.config.

More details about The Server API Library Configuration at Configuration API - JSONRPC


ProcessRequest

The Proces sRequest executed automatically by the iHttpHandler interface.

Method: API.JSONRPC.ProcessRequest

Parameters:

Name Type Default Description
context HttpContext object HttpContext object

Return: void

Clone this wiki locally