HttpModuleCollection Methods
.NET Framework 4.5
The HttpModuleCollection type exposes the following members.
| Name | Description | |
|---|---|---|
|
CopyTo | Copies members of the module collection to an Array, beginning at the specified index of the array. |
|
Equals(Object) | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
|
Get(Int32) | Returns the IHttpModule object with the specified index from the HttpModuleCollection. |
|
Get(String) | Returns the IHttpModule object with the specified name from the HttpModuleCollection. |
|
GetEnumerator | Returns an enumerator that iterates through the NameObjectCollectionBase. (Inherited from NameObjectCollectionBase.) |
|
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
|
GetKey | Returns the key (name) of the IHttpModule object at the specified numerical index. |
|
GetObjectData | Implements the ISerializable interface and returns the data needed to serialize the NameObjectCollectionBase instance. (Inherited from NameObjectCollectionBase.) |
|
GetType | Gets the Type of the current instance. (Inherited from Object.) |
|
OnDeserialization | Implements the ISerializable interface and raises the deserialization event when the deserialization is complete. (Inherited from NameObjectCollectionBase.) |
|
ToString | Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
|
ICollection.CopyTo | Copies the entire NameObjectCollectionBase to a compatible one-dimensional Array, starting at the specified index of the target array. (Inherited from NameObjectCollectionBase.) |