ErrorHandlerModule.IHttpModule.Init Method (HttpApplication)

 

Initializes the module and prepares it to handle requests. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site.

Namespace:   System.Web.Mobile
Assembly:  System.Web.Mobile (in System.Web.Mobile.dll)

Private Sub Init (
	application As HttpApplication
)
	Implements IHttpModule.Init

Parameters

application
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.

.NET Framework
Available since 1.1
Return to top
Show: