JsonRpcOptions Properties |
[This is preliminary documentation and is subject to change.]
The JsonRpcOptions type exposes the following members.
| Name | Description | |
|---|---|---|
| ContractResolver |
Contract resolver that maps the JSON RPC methods to CLR service methods.
| |
| InjectServiceTypes |
Whether to automatically register all the IJsonRpcService types
used in the service host in the current IServiceCollection
with transient lifetime.
| |
| LoggerFactory |
The logger factory used to get a logger for the service host.
| |
| MethodBinder |
The binder that chooses the best match among a set of RPC methods.
| |
| ServiceFactory |
The factory that creates the JSON RPC service instances to handle the requests.
|