-
Notifications
You must be signed in to change notification settings - Fork 0
API Library JSONRPC
Lorenzo Bruni edited this page Oct 17, 2019
·
16 revisions
Home / API Library / JSONRPC
The JSONRPC API library. JSON-RPC is a stateless, light-weight remote procedure call (RPC) protocol.
- JSON RPC API following specifications at JSON RPC Specification.
The API Library JSONRPC Methods list with Parameters.
Configuration of JSONRPC variables at App.config.
More details about The Server API Library Configuration at Configuration API - JSONRPC
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