Click or drag to resize

JsonRpcOptionsInjectServiceTypes Property

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

Whether to automatically register all the IJsonRpcService types used in the service host in the current IServiceCollection with transient lifetime.

Namespace:  JsonRpc.AspNetCore
Assembly:  JsonRpc.AspNetCore (in JsonRpc.AspNetCore.dll) Version: 0.5.4+1bad715934a0ae5922832940ca44bbbdaa509cfe
Syntax
public bool InjectServiceTypes { get; set; }

Property Value

Type: Boolean
Remarks
If you plan to work with your own ServiceFactory, you may need to set this property to false.
See Also