GitHttpHandler.CheckGitFeatureEnabled Method

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

Syntax

'Declaration
Protected Function CheckGitFeatureEnabled ( _
    context As HttpContext _
) As Boolean
protected bool CheckGitFeatureEnabled(
    HttpContext context
)
protected:
bool CheckGitFeatureEnabled(
    HttpContext^ context
)
member CheckGitFeatureEnabled : 
        context:HttpContext -> bool
protected function CheckGitFeatureEnabled(
    context : HttpContext
) : boolean

Parameters

Return Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

GitHttpHandler Class

Microsoft.TeamFoundation.Git.Server Namespace