Click or drag to resize

JsonRpcOptionsServiceFactory Property

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

The factory that creates the JSON RPC service instances to handle the requests.

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

Property Value

Type: IServiceFactory
Remarks
The default value uses Default. Set this property to null is equivalent to setting it to [!:DefaultServiceFactory.Default].
See Also