HttpModuleCollection Properties
Assembly: System.Web (in System.Web.dll)
| Name | Description | |
|---|---|---|
![]() | AllKeys | Gets a string array containing all the keys (module names) in the HttpModuleCollection. |
![]() | Count | Gets the number of key/value pairs contained in the NameObjectCollectionBase instance.(Inherited from NameObjectCollectionBase.) |
![]() | Item(Int32) | Gets the IHttpModule object with the specified numerical index from the HttpModuleCollection. |
![]() | Item(String) | Gets the IHttpModule object with the specified name from the HttpModuleCollection. |
![]() | Keys | Gets a NameObjectCollectionBase.KeysCollection instance that contains all the keys in the NameObjectCollectionBase instance.(Inherited from NameObjectCollectionBase.) |
| Name | Description | |
|---|---|---|
![]() ![]() | ICollection.IsSynchronized | Gets a value indicating whether access to the NameObjectCollectionBase object is synchronized (thread safe).(Inherited from NameObjectCollectionBase.) |
![]() ![]() | ICollection.SyncRoot | Gets an object that can be used to synchronize access to the NameObjectCollectionBase object.(Inherited from NameObjectCollectionBase.) |


