HttpFilterCollection Methods

Include Protected Members
Include Inherited Members

The HttpFilterCollection type exposes the following members.

Methods

  Name Description
Public method Add Adds an item at the end of the collection.
Public method Clear Removes all item in the collection.
Public method Contains Determines whether the collection contains the specified item.
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetEnumerator Gets an enumerator that iterates through the collection.
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method Remove Removes the specified item from the collection.
Public method ToString (Inherited from Object.)

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate method IEnumerable.GetEnumerator Gets an enumerator that iterates through the collection.

Top

See Also

Reference

HttpFilterCollection Class

System.Web.Http.Filters Namespace