Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

HttpFilterCollection Class

 

Represents a collection of HTTP filters.

Namespace:   System.Web.Http.Filters
Assembly:  System.Web.Http (in System.Web.Http.dll)

System::Object
  System.Web.Http.Filters::HttpFilterCollection

public ref class HttpFilterCollection : IEnumerable<FilterInfo^>, 
	IEnumerable

NameDescription
System_CAPS_pubmethodHttpFilterCollection()

Initializes a new instance of the HttpFilterCollection class.

NameDescription
System_CAPS_pubpropertyCount

Gets the number of elements in the collection.

NameDescription
System_CAPS_pubmethodAdd(IFilter^)

Adds an item at the end of the collection.

System_CAPS_pubmethodAddRange(IEnumerable<IFilter^>^)

System_CAPS_pubmethodClear()

Removes all item in the collection.

System_CAPS_pubmethodContains(IFilter^)

Determines whether the collection contains the specified item.

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetEnumerator()

Gets an enumerator that iterates through the collection.

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodRemove(IFilter^)

Removes the specified item from the collection.

System_CAPS_pubmethodToString()

(Inherited from Object.)

NameDescription
System_CAPS_pubinterfaceSystem_CAPS_privmethodIEnumerable::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.

Return to top
Show: