System.Web.HttpModuleCollection Members

The members of System.Web.HttpModuleCollection are listed below.

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

Public Properties

[read-only]
AllKeysstring[].

Gets a string array containing all the keys (module names) in the System.Web.HttpModuleCollection.

[read-only]
default property
Item(int)IHttpModule. Documentation for this section has not yet been entered.
[read-only]
default property
Item(string)IHttpModule. Documentation for this section has not yet been entered.

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.