Proyecto Fin de Carrera 2011
Initializes a module and prepares it to handle requests.

Namespace: EntornoWeb.Models
Assembly: EntornoWeb (in EntornoWeb.dll) Versión: 1.0.0.0 (1.0.0.0)

Syntax

C#
public void Init(
	HttpApplication context
)
Visual Basic
Public Sub Init ( _
	context As HttpApplication _
)
Visual C++
public:
virtual void Init(
	HttpApplication^ context
) sealed

Parameters

context
Type: System.Web..::..HttpApplication
An HttpApplication that provides access to the methods, properties, and events common to all application objects within an ASP.NET application.

Implements

IHttpModule..::..Init(HttpApplication)

See Also