System.Web.HttpModuleCollection: Method Members

The methods of System.Web.HttpModuleCollection are listed below. For a list of all members, see the HttpModuleCollection Members list.

See Also: Inherited members from System.Collections.Specialized.NameObjectCollectionBase

Public Methods

CopyTo(Array, int)

Copies members of the module collection to an Array, beginning at the specified index of the array.

Get(int) : IHttpModule

Returns the System.Web.IHttpModule object with the specified index from the System.Web.HttpModuleCollection.

Get(string) : IHttpModule

Returns the System.Web.IHttpModule object with the specified name from the System.Web.HttpModuleCollection.

GetKey(int) : string

Returns the key (name) of the System.Web.IHttpModule object at the specified numerical index.