TfsHostTypeConstraint.IRouteConstraint.Match Method

Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

'Declaration
Private Function Match ( _
    httpContext As HttpContextBase, _
    route As Route, _
    parameterName As String, _
    values As RouteValueDictionary, _
    routeDirection As RouteDirection _
) As Boolean Implements IRouteConstraint.Match
bool IRouteConstraint.Match(
    HttpContextBase httpContext,
    Route route,
    string parameterName,
    RouteValueDictionary values,
    RouteDirection routeDirection
)
private:
virtual bool Match(
    HttpContextBase^ httpContext, 
    Route^ route, 
    String^ parameterName, 
    RouteValueDictionary^ values, 
    RouteDirection routeDirection
) sealed = IRouteConstraint::Match
private abstract Match : 
        httpContext:HttpContextBase * 
        route:Route * 
        parameterName:string * 
        values:RouteValueDictionary * 
        routeDirection:RouteDirection -> bool  
private override Match : 
        httpContext:HttpContextBase * 
        route:Route * 
        parameterName:string * 
        values:RouteValueDictionary * 
        routeDirection:RouteDirection -> bool
JScript does not support explicit interface implementations.

Parameters

Return Value

Type: System.Boolean

Implements

IRouteConstraint.Match(HttpContextBase, Route, String, RouteValueDictionary, RouteDirection)

.NET Framework Security

See Also

Reference

TfsHostTypeConstraint Class

Microsoft.TeamFoundation.Framework.Server Namespace