Table of Contents

Class JsonRpcHandler

Namespace: Sisk.JsonRPC
Assembly: Sisk.JsonRPC.dll

Represents a handler for JSON-RPC requests.

public sealed class JsonRpcHandler

Inheritance

objectJsonRpcHandler

Inherited Members

object.GetType(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

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.