Share via


TeamFoundationHttpHandler Constructor (HttpContextBase)

Explicit parameter constructor to allow for testability.

Namespace:  Microsoft.TeamFoundation.Server.Core.WebServices
Assembly:  Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)

Syntax

'Declaration
Protected Sub New ( _
    httpContext As HttpContextBase _
)
protected TeamFoundationHttpHandler(
    HttpContextBase httpContext
)
protected:
TeamFoundationHttpHandler(
    HttpContextBase^ httpContext
)
new : 
        httpContext:HttpContextBase -> TeamFoundationHttpHandler
protected function TeamFoundationHttpHandler(
    httpContext : HttpContextBase
)

Parameters

  • httpContext
    Type: System.Web.HttpContextBase

    This is a HttpContextBase class that can either be a fully fleshed out http context or a "fake" abstraction.

.NET Framework Security

See Also

Reference

TeamFoundationHttpHandler Class

TeamFoundationHttpHandler Overload

Microsoft.TeamFoundation.Server.Core.WebServices Namespace