C# Class EdjCase.JsonRpc.Router.RpcRoute

A url route and its corresponding registered classes containing Rpc methods
ファイルを表示 Open project: edjCase/JsonRpc Class Usage Examples

Public Methods

Method Description
RpcRoute ( List routeCriteria, string name = null ) : Microsoft.Extensions.DependencyModel

Method Details

RpcRoute() public method

public RpcRoute ( List routeCriteria, string name = null ) : Microsoft.Extensions.DependencyModel
routeCriteria List Criteria for the route to be matched to an rpc request
name string (Optional) Name for the route
return Microsoft.Extensions.DependencyModel