Represents a collection of HTTP filters.
Inheritance Hierarchy
System.Object
  System.Web.Http.Filters.HttpFilterCollection
Namespace:  System.Web.Http.Filters
Assembly:  System.Web.Http (in System.Web.Http.dll)
Syntax
'Declaration
Public Class HttpFilterCollection _
    Implements IEnumerable(Of FilterInfo), IEnumerable
'Usage
Dim instance As HttpFilterCollection
public class HttpFilterCollection : IEnumerable<FilterInfo>, 
    IEnumerable
public ref class HttpFilterCollection : IEnumerable<FilterInfo^>, 
    IEnumerable
type HttpFilterCollection =  
    class 
        interface IEnumerable<FilterInfo>
        interface IEnumerable 
    end
public class HttpFilterCollection implements IEnumerable<FilterInfo>, IEnumerable
The HttpFilterCollection type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| .jpeg) | HttpFilterCollection | Initializes a new instance of the HttpFilterCollection class. | 
Top
Properties
| Name | Description | |
|---|---|---|
| .jpeg) | Count | Gets the number of elements in the collection. | 
Top
Methods
| Name | Description | |
|---|---|---|
| .jpeg) | Add | Adds an item at the end of the collection. | 
| .jpeg) | Clear | Removes all item in the collection. | 
| .jpeg) | Contains | Determines whether the collection contains the specified item. | 
| .jpeg) | Equals | (Inherited from Object.) | 
| .jpeg) | Finalize | (Inherited from Object.) | 
| .jpeg) | GetEnumerator | Gets an enumerator that iterates through the collection. | 
| .jpeg) | GetHashCode | (Inherited from Object.) | 
| .jpeg) | GetType | (Inherited from Object.) | 
| .jpeg) | MemberwiseClone | (Inherited from Object.) | 
| .jpeg) | Remove | Removes the specified item from the collection. | 
| .jpeg) | ToString | (Inherited from Object.) | 
Top
Explicit Interface Implementations
| Name | Description | |
|---|---|---|
| .jpeg) .jpeg) | IEnumerable.GetEnumerator | Gets an enumerator that iterates through the collection. | 
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.