C# Class EdjCase.JsonRpc.Router.RpcRoute

A url route and its corresponding registered classes containing Rpc methods
Afficher le fichier Open project: edjCase/JsonRpc Class Usage Examples

Méthodes publiques

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

Method Details

RpcRoute() public méthode

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
Résultat Microsoft.Extensions.DependencyModel