HttpFilterCollection Class
Represents a collection of HTTP filters.
Assembly: System.Web.Http (in System.Web.Http.dll)
| Name | Description | |
|---|---|---|
![]() | HttpFilterCollection() | Initializes a new instance of the HttpFilterCollection class. |
| Name | Description | |
|---|---|---|
![]() | Count | Gets the number of elements in the collection. |
| Name | Description | |
|---|---|---|
![]() | Add(IFilter^) | Adds an item at the end of the collection. |
![]() | AddRange(IEnumerable<IFilter^>^) | |
![]() | Clear() | Removes all item in the collection. |
![]() | Contains(IFilter^) | Determines whether the collection contains the specified item. |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetEnumerator() | Gets an enumerator that iterates through the collection. |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | Remove(IFilter^) | Removes the specified item from the collection. |
![]() | ToString() | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() ![]() | IEnumerable::GetEnumerator() | Gets an enumerator that iterates through the collection. |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.




