Click or drag to resize

JsonRpcOptions Properties

[This is preliminary documentation and is subject to change.]

The JsonRpcOptions type exposes the following members.

Properties
  NameDescription
Public propertyContractResolver
Contract resolver that maps the JSON RPC methods to CLR service methods.
Public propertyInjectServiceTypes
Whether to automatically register all the IJsonRpcService types used in the service host in the current IServiceCollection with transient lifetime.
Public propertyLoggerFactory
The logger factory used to get a logger for the service host.
Public propertyMethodBinder
The binder that chooses the best match among a set of RPC methods.
Public propertyServiceFactory
The factory that creates the JSON RPC service instances to handle the requests.
Top
See Also