JsonRpcBuilderExtensions Class |
[This is preliminary documentation and is subject to change.]
[Missing <summary> documentation for "T:JsonRpc.AspNetCore.JsonRpcBuilderExtensions"]
Namespace: JsonRpc.AspNetCore
The JsonRpcBuilderExtensions type exposes the following members.
| Name | Description | |
|---|---|---|
| Intercept |
Adds a handler to intercept the JSON RPC requests.
| |
| Register(IJsonRpcBuilder, Assembly) |
Adds all the public JSON-RPC service types in the assembly to the built IJsonRpcServiceHost.
| |
| RegisterTService(IJsonRpcBuilder) |
Adds a JSON-RPC service to the built IJsonRpcServiceHost.
| |
| RegisterFromAssemblyT |
Adds all the public JSON-RPC service types in the assembly of specified Type
to the built IJsonRpcServiceHost.
|