Table of Contents

Class JsonRpcTransportLayer

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

Provides transport layers for handling JSON-RPC communications.

public sealed class JsonRpcTransportLayer

Inheritance

objectJsonRpcTransportLayer

Inherited Members

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

Properties

HttpGet

Gets the action to handle HTTP GET requests.

HttpPost

Gets the action to handle HTTP POST requests.

WebSocket

Gets the event handler for WebSocket message reception.