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
Public method SPHttpFileExtensionThrottleClassifier() Initializes a new instance of the SPHttpFileExtensionThrottleClassifier class.
Public method SPHttpFileExtensionThrottleClassifier(String, SPRequestThrottleLevel) Initializes a new instance of the SPHttpFileExtensionThrottleClassifier class using a specified file extension and throttle level.

Top

Properties

  Name Description
Public property Extension Gets the file extension of the resource type whose throttling is managed by the SPHttpFileExtensionThrottleClassifier object.
Public property ThrottleLevel Gets a value that specifies when matching requests are throttled. (Overrides SPRequestThrottleClassifier.ThrottleLevel.)

Top

Methods

  Name Description
Public method Equals Determines whether the specified object is equal to the current SPHttpFileExtensionThrottleClassifier object. (Overrides Object.Equals(Object).)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode Gets a hash code for the object. (Overrides Object.GetHashCode().)
Public method GetType (Inherited from Object.)
Public method Match Determines if the request is for a resource with the matching file extension. (Overrides SPRequestThrottleClassifier.Match(HttpRequest).)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString Returns a String that represents the current SPHttpFileExtensionThrottleClassifier object. (Overrides Object.ToString().)

Top

See also

Reference

SPHttpFileExtensionThrottleClassifier class

Microsoft.SharePoint.Utilities namespace