C# Class Affecto.WebApi.Toolkit.CustomRoutes.MethodConstraint

Inheritance: IHttpRouteConstraint
Afficher le fichier Open project: affecto/dotnet-WebApi.Toolkit

Méthodes publiques

Méthode Description
Match ( HttpRequestMessage request, IHttpRoute route, string parameterName, object>.IDictionary values, HttpRouteDirection routeDirection ) : bool
MethodConstraint ( HttpMethod method ) : System.Collections.Generic

Method Details

Match() public méthode

public Match ( HttpRequestMessage request, IHttpRoute route, string parameterName, object>.IDictionary values, HttpRouteDirection routeDirection ) : bool
request System.Net.Http.HttpRequestMessage
route IHttpRoute
parameterName string
values object>.IDictionary
routeDirection HttpRouteDirection
Résultat bool

MethodConstraint() public méthode

public MethodConstraint ( HttpMethod method ) : System.Collections.Generic
method HttpMethod
Résultat System.Collections.Generic