Printer Friendly Version      Send     
Click to Rate and Give Feedback
MSDN
MSDN Library
.NET Development
Previous Versions
.NET Framework 1.1
.NET Framework
Reference
System.Web
This page is specific to
Microsoft Visual Studio 2003/.NET Framework 1.1

Other versions are also available for the following:
.NET Framework Class Library
IHttpModule Interface

Provides module initialization and disposal events to the inheriting class.

For a list of all members of this type, see IHttpModule Members.

[Visual Basic]
Public Interface IHttpModule
[C#]
public interface IHttpModule
[C++]
public __gc __interface IHttpModule
[JScript]
public interface IHttpModule

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.

Requirements

Namespace: System.Web

Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family

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

See Also

IHttpModule Members | System.Web Namespace

© 2008 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Page view tracker