C# 클래스 Affecto.WebApi.Toolkit.CustomRoutes.MethodConstraint

상속: IHttpRouteConstraint
파일 보기 프로젝트 열기: affecto/dotnet-WebApi.Toolkit

공개 메소드들

메소드 설명
Match ( HttpRequestMessage request, IHttpRoute route, string parameterName, object>.IDictionary values, HttpRouteDirection routeDirection ) : bool
MethodConstraint ( HttpMethod method ) : System.Collections.Generic

메소드 상세

Match() 공개 메소드

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
리턴 bool

MethodConstraint() 공개 메소드

public MethodConstraint ( HttpMethod method ) : System.Collections.Generic
method HttpMethod
리턴 System.Collections.Generic