This documentation is archived and is not being maintained.

HttpModuleCollection Properties

The properties of the HttpModuleCollection class are listed here. For a complete list of HttpModuleCollection class members, see the HttpModuleCollection Members topic.

Public Properties

public propertyAllKeys Gets a string array containing all the keys (module names) in the HttpModuleCollection.
public propertyCount (inherited from NameObjectCollectionBase) Gets the number of key-and-value pairs contained in the NameObjectCollectionBase instance.
public propertyItem Overloaded. Gets the IHttpModule object with the specified name from the HttpModuleCollection. This property is overloaded to allow retrieval of modules by either name or numerical index.

In C#, this property is the indexer for the HttpModuleCollection class.

public propertyKeys (inherited from NameObjectCollectionBase) Gets a NameObjectCollectionBase.KeysCollection instance that contains all the keys in the NameObjectCollectionBase instance.

Protected Properties

protected propertyIsReadOnly (inherited from NameObjectCollectionBase) Gets or sets a value indicating whether the NameObjectCollectionBase instance is read-only.

See Also

HttpModuleCollection Class | System.Web Namespace

Show: