C# (CSharp) EdjCase.JsonRpc.Router Namespace

Nested Namespaces

EdjCase.JsonRpc.Router.Defaults
EdjCase.JsonRpc.Router.Sample
EdjCase.JsonRpc.Router.Tests
EdjCase.JsonRpc.Router.Utilities

Сlasses

Name Description
RpcConfigurationException Exception for bad configuration of the Rpc server
RpcController
RpcRoute A url route and its corresponding registered classes containing Rpc methods
RpcRouteAttribute Attribute to decorate a derived RpcController class
RpcRouteProvider Default route provider to give the router the configured routes to use
RpcRouter Router for Asp.Net to direct Http Rpc requests to the correct method, invoke it and return the proper response
RpcRouterException Base exception for all rpc router exceptions
RpcServerConfiguration Configuration data for the Rpc server that is shared between all middlewares