Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace: Microsoft.TeamFoundation.Server.Core
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)
Syntax
'Declaration
Public Sub Init ( _
context As HttpApplication _
)
public void Init(
HttpApplication context
)
public:
virtual void Init(
HttpApplication^ context
) sealed
abstract Init :
context:HttpApplication -> unit
override Init :
context:HttpApplication -> unit
public final function Init(
context : HttpApplication
)
Parameters
- context
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.