asp.net.ph

IHttpModule Interface

System.Web Namespace


Provides module initialization and disposal events to the inheriting class.

IHttpModule Interface Members

Collapse   Methods

Visibility Name Parameters Return Type
public Dispose ( ) Void
public Init ( HttpApplication context ) Void

Classes that Implement IHttpModule


Class Description
DefaultAuthenticationModule Insures that an Authentication object is present in the context. This class cannot be inherited.
FileAuthorizationModule Verifies that the remote user has NT permissions to access the file requested. This class cannot be inherited.
FormsAuthenticationModule Enables ASP.NET applications to use forms authentication. This class cannot be inherited.
PassportAuthenticationModule Provides a wrapper around PassportAuthentication services. This class cannot be inherited.
SessionStateModule Provides session-state services for an application.
UrlAuthorizationModule Provides URL-based authorization services for allowing or denying access to specified resources. This class cannot be inherited.
WindowsAuthenticationModule Enables ASP.NET applications to use Windows/IIS authentication. This class cannot be inherited.

Syntax


To call a method:

Request.methodName ( arguments );
  C# VB

Skip Navigation Links



Home
Suggested Reading


Previous page Back to top Next page

© 2000-2010 Rey Nuñez All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note

You can help support asp.net.ph