HttpFilterCollection Class
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 | |
---|---|---|
HttpFilterCollection | Initializes a new instance of the HttpFilterCollection class. |
Top
Properties
Name | Description | |
---|---|---|
Count | Gets the number of elements in the collection. |
Top
Methods
Name | Description | |
---|---|---|
Add | Adds an item at the end of the collection. | |
Clear | Removes all item in the collection. | |
Contains | Determines whether the collection contains the specified item. | |
Equals | (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 | Removes the specified item from the collection. | |
ToString | (Inherited from Object.) |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
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.