Name

HttpModuleCollection

Synopsis

This is a name/value collection of IHttpModule instances. It’s used by the Modules property of the HttpApplication class to provide a collection of all modules used by your application (as defined in the <httpmodules> section of the application’s web.config file).

Public NotInheritable Class HttpModuleCollection : Inherits_
       System.Collections.Specialized.NameObjectCollectionBase
' Public Instance Properties
   Public ReadOnly Property AllKeys As String()  
   Public Default ReadOnly Property Item(
        ByVal index As Integer) As IHttpModule  
   Public Default ReadOnly Property Item(
        ByVal name As String) As IHttpModule  
' Public Instance Methods
   Public Sub CopyTo(ByVal dest As Array, 
        ByVal index As Integer) Implements ICollection.CopyTo 
   Public Function Get(ByVal index As Integer) As IHttpModule  
   Public Function Get(ByVal name As String) As IHttpModule  
   Public Function GetKey(ByVal index As Integer) As String  
End Class

Hierarchy

System.Object System.Collections.Specialized.NameObjectCollectionBase(System.Collections.ICollection, System.Collections.IEnumerable, System.Runtime.Serialization.ISerializable, System.Runtime.Serialization.IDeserializationCallback) HttpModuleCollection

Get ASP.NET in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.