Table of Contents

Constructor JsonRpcHandler

Namespace
Sisk.JsonRPC
Assembly
Sisk.JsonRPC.dll

JsonRpcHandler(HttpServer)

Initializes a new instance of the JsonRpcHandler class.

public JsonRpcHandler(HttpServer parentServer)

Parameters

parentServer HttpServer

Defines the HttpServer where the JSON-RPC instance will run on.