Register for HttpApplication events.
Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Sub Init ( _
    application As HttpApplication _
)
public void Init(
    HttpApplication application
)
public:
virtual void Init(
    HttpApplication^ application
) sealed
abstract Init : 
        application:HttpApplication -> unit  
override Init : 
        application:HttpApplication -> unit
public final function Init(
    application : HttpApplication
)
Parameters
- application
 Type: System.Web.HttpApplication
Implements
IHttpModule.Init(HttpApplication)
.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.