![]() | JsonRpcOptions Class |
[This is preliminary documentation and is subject to change.]
Namespace: JsonRpc.AspNetCore
The JsonRpcOptions type exposes the following members.
Name | Description | |
---|---|---|
![]() | JsonRpcOptions | Initializes a new instance of the JsonRpcOptions class |
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.
|
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
![]() | UseCamelCaseContractResolver | (Defined by JsonRpcOptionsExtensions.) |