ConfigurationFilterProvider Class

 

Represents the configuration filter provider.

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

System::Object
  System.Web.Http.Filters::ConfigurationFilterProvider

public ref class ConfigurationFilterProvider : IFilterProvider

NameDescription
System_CAPS_pubmethodConfigurationFilterProvider()

Initializes a new instance of the ConfigurationFilterProvider class.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetFilters(HttpConfiguration^, HttpActionDescriptor^)

Returns the filters that are associated with this configuration method.

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

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: