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
- context
Type: System.Web.HttpContextBase
.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.