Table of Contents

Class JsonRpcHandler

Namespace
Sisk.JsonRPC
Assembly
Sisk.JsonRPC.dll

Represents a handler for JSON-RPC requests.

public sealed class JsonRpcHandler
Inheritance
JsonRpcHandler
Inherited Members

Constructors

JsonRpcHandler(HttpServer)

Initializes a new instance of the JsonRpcHandler class.

Properties

JsonSerializerOptions

Gets the JSON serializer options used for serialization and deserialization.

Methods

Gets the collection of JSON-RPC methods available in this handler.

Transport

Gets the transport layer used for communication.

Methods

GetDocumentation()

Gets the documentation for this JSON-RPC handler.

GetDocumentation(JsonRpcDocumentationMetadata)

Gets the documentation for this JSON-RPC handler.