TeamFoundationHttpHandler Constructor
Include Protected Members
Include Inherited Members
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
TeamFoundationHttpHandler() | The TeamFoundationHttpHandler base class constructor is protected forcing only derived class creation. This constructor validates that we are running within a TeamFoundationApplication and gathers some context information for the service execution. | |
TeamFoundationHttpHandler(HttpContextBase) | Explicit parameter constructor to allow for testability. |
Top