This documentation is archived and is not being maintained.
IHttpModule Interface
.NET Framework 1.1
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
Show: