SPHttpFileExtensionThrottleClassifier members
Enables the management of throttling of HTTP requests for a resource with specified extension.
The SPHttpFileExtensionThrottleClassifier type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
SPHttpFileExtensionThrottleClassifier() | Initializes a new instance of the SPHttpFileExtensionThrottleClassifier class. |
![]() |
SPHttpFileExtensionThrottleClassifier(String, SPRequestThrottleLevel) | Initializes a new instance of the SPHttpFileExtensionThrottleClassifier class using a specified file extension and throttle level. |
Top
Properties
Name | Description | |
---|---|---|
![]() |
Extension | Gets the file extension of the resource type whose throttling is managed by the SPHttpFileExtensionThrottleClassifier object. |
![]() |
ThrottleLevel | Gets a value that specifies when matching requests are throttled. (Overrides SPRequestThrottleClassifier.ThrottleLevel.) |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Equals | Determines whether the specified object is equal to the current SPHttpFileExtensionThrottleClassifier object. (Overrides Object.Equals(Object).) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetHashCode | Gets a hash code for the object. (Overrides Object.GetHashCode().) |
![]() |
GetType | (Inherited from Object.) |
![]() |
Match | Determines if the request is for a resource with the matching file extension. (Overrides SPRequestThrottleClassifier.Match(HttpRequest).) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
ToString | Returns a String that represents the current SPHttpFileExtensionThrottleClassifier object. (Overrides Object.ToString().) |
Top