Share via


FrameworkHttpHandler Constructor (HttpContextBase)

Testability Constructor: Explicitly supplies a HttpContextBase.

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

Syntax

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

Parameters

.NET Framework Security

See Also

Reference

FrameworkHttpHandler Class

FrameworkHttpHandler Overload

Microsoft.TeamFoundation.Server.Core.WebServices Namespace