Table of Contents

Class JsonRpcMethodCollection

Namespace
Sisk.JsonRPC
Assembly
Sisk.JsonRPC.dll
public sealed class JsonRpcMethodCollection
Inheritance
JsonRpcMethodCollection
Inherited Members

Constructors

JsonRpcMethodCollection()

Methods

AddMethod(string, Delegate)
AddMethodsFromType(Type)
AddMethodsFromType(Type, object?)
AddMethodsFromType(Type, object?, bool)
AddMethodsFromType<T>(T, bool)
RemoveMethod(string)