Class JsonRpcServerHandler
Provides an HttpServerHandler for configuring the JSON-RPC handler for the HTTP server.
public sealed class JsonRpcServerHandler : HttpServerHandler
- Inheritance
-
JsonRpcServerHandler
- Inherited Members
Constructors
- JsonRpcServerHandler()
Creates an new instance of the JsonRpcServerHandler class.
Methods
- OnServerStarting(HttpServer)
Event that is called immediately before starting the HttpServer.
- OnSetupRouter(Router)
Event that is called when an Router is binded to the HTTP server.
Events
- ConfigureAction
Gets or sets the action which will be called in the configuring Router with this handler.