IHttpModuleRegistrationInfo Interface

 

Retrieves and sets a module's registration information.

Syntax

class IHttpModuleRegistrationInfo  

Methods

The following table lists the methods exposed by the IHttpModuleRegistrationInfo interface.

Name Description
GetId Returns the unique identifier for the registered module.
GetName Retrieves the module name.
SetGlobalNotifications Registers the global-level notifications for a module.
SetPriorityForGlobalNotification Sets the global-level priority for a module.
SetPriorityForRequestNotification Sets the request-level priority for a module.
SetRequestNotifications Registers the request-level notifications for a module.

Derived Classes

This interface contains no derived classes.

Remarks

An IHttpModuleRegistrationInfo interface is created and passed to a module's exported RegisterModule function when the module is loaded by IIS 7. This interface primarily defines the global-level and request-level priorities and notifications for a module.

Requirements

Type Description
Client - IIS 7.0 on Windows Vista
- IIS 7.5 on Windows 7
- IIS 8.0 on Windows 8
- IIS 10.0 on Windows 10
Server - IIS 7.0 on Windows Server 2008
- IIS 7.5 on Windows Server 2008 R2
- IIS 8.0 on Windows Server 2012
- IIS 8.5 on Windows Server 2012 R2
- IIS 10.0 on Windows Server 2016 Technical Preview
Product - IIS 7.0, IIS 7.5, IIS 8.0, IIS 8.5, IIS 10.0
- IIS Express 7.5, IIS Express 8.0, IIS Express 10.0
Header Httpserv.h

See Also

Web Server Core Interfaces
PFN_REGISTERMODULE Function