![]() | JsonRpc.Server Namespace |
[This is preliminary documentation and is subject to change.]
[Missing <summary> documentation for "N:JsonRpc.Server"]
Class | Description | |
---|---|---|
![]() | DefaultServiceFactory |
Provides a default implementation of IServiceFactory.
|
![]() | FeatureCollection |
A collection of features.
|
![]() | FeatureCollectionExtensions |
Extension methods for IFeatureCollection.
|
![]() | JsonRpcException |
An exception that is thrown by JsonRpcService implementations
to indicate an general JSON RPC error.
|
![]() | JsonRpcServerHandler |
Abstract class for receiving request from somewhere,
and invoking IJsonRpcServiceHost with appropriate information.
|
![]() | JsonRpcService |
Base class for providing JSON RPC service.
|
![]() | JsonRpcServiceHostBuilder |
A builder for IJsonRpcServiceHost.
|
![]() | RequestContext |
Provides the context per JSON RPC request.
|
![]() | SingleFeatureCollectionTFeature |
A feature collection that owns only 1 feature instance.
|
Interface | Description | |
---|---|---|
![]() | IFeatureCollection |
Manages a collection of features.
|
![]() | IJsonRpcService | |
![]() | IJsonRpcServiceHost |
Provides methods to dispatch and invoke the specified JSON RPC methods.
|
![]() | IRequestCancellationFeature |
Provides methods to cancel an arbitrary impending request.
|
![]() | IServiceFactory |
A factory that creates the specified JSON RPC service instance.
|
Delegate | Description | |
---|---|---|
![]() | RequestHandler |
The handler function that intercepts the client JSON RPC request.
|