This documentation is archived and is not being maintained.
HttpModuleCollection Properties
.NET Framework 1.1
The properties of the HttpModuleCollection class are listed here. For a complete list of HttpModuleCollection class members, see the HttpModuleCollection Members topic.
Public Properties
AllKeys | Gets a string array containing all the keys (module names) in the HttpModuleCollection. |
Count (inherited from NameObjectCollectionBase) | Gets the number of key-and-value pairs contained in the NameObjectCollectionBase instance. |
Item | 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. |
Keys (inherited from NameObjectCollectionBase) | Gets a NameObjectCollectionBase.KeysCollection instance that contains all the keys in the NameObjectCollectionBase instance. |
Protected Properties
IsReadOnly (inherited from NameObjectCollectionBase) | Gets or sets a value indicating whether the NameObjectCollectionBase instance is read-only. |
See Also
Show:
