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.HttpContextBaseThis is a HttpContextBase class that can either be a fully fleshed out http context or a "fake" abstraction.
.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.
See Also
Reference
TeamFoundationHttpHandler Class