Click or drag to resize

JsonRpc.Server Namespace

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

[Missing <summary> documentation for "N:JsonRpc.Server"]

Classes
  ClassDescription
Public classDefaultServiceFactory
Provides a default implementation of IServiceFactory.
Public classFeatureCollection
A collection of features.
Public classFeatureCollectionExtensions
Extension methods for IFeatureCollection.
Public classJsonRpcException
An exception that is thrown by JsonRpcService implementations to indicate an general JSON RPC error.
Public classJsonRpcServerHandler
Abstract class for receiving request from somewhere, and invoking IJsonRpcServiceHost with appropriate information.
Public classJsonRpcService
Base class for providing JSON RPC service.
Public classJsonRpcServiceHostBuilder
A builder for IJsonRpcServiceHost.
Public classRequestContext
Provides the context per JSON RPC request.
Public classSingleFeatureCollectionTFeature
A feature collection that owns only 1 feature instance.
Interfaces
  InterfaceDescription
Public interfaceIFeatureCollection
Manages a collection of features.
Public interfaceIJsonRpcService
Public interfaceIJsonRpcServiceHost
Provides methods to dispatch and invoke the specified JSON RPC methods.
Public interfaceIRequestCancellationFeature
Provides methods to cancel an arbitrary impending request.
Public interfaceIServiceFactory
A factory that creates the specified JSON RPC service instance.
Delegates
  DelegateDescription
Public delegateRequestHandler
The handler function that intercepts the client JSON RPC request.