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
- context
Type: System.Web.HttpContext
Return Value
Type: System.Boolean
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.