Click or drag to resize

JsonRpcServiceHostBuilder Properties

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

The JsonRpcServiceHostBuilder type exposes the following members.

Properties
  NameDescription
Public propertyContractResolver
Contract resolver that maps the JSON RPC methods to CLR service methods.
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