Table of Contents

Class JsonRpcServerConfigurationEventArgs

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

Represents the class which contains event data for the JSON-RPC configuration event.

public sealed class JsonRpcServerConfigurationEventArgs : EventArgs

Inheritance

objectEventArgsJsonRpcServerConfigurationEventArgs

Inherited Members

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

Properties

Handler

Gets the configuring JsonRpcHandler.

Router

Gets the target Router which are being configured.