SPRequestThrottleClassifier members

When implemented in a derived class, provides a means of assigning a throttle level to a type of HTTP request.

The SPRequestThrottleClassifier type exposes the following members.

Constructors

  Name Description
Protected method SPRequestThrottleClassifier Initializes a new instance of the SPRequestThrottleClassifier class.

Top

Properties

  Name Description
Public property ThrottleLevel When implemented in a derived class, gets a value that indicates when matching HTTP requests are throttled.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method Match When implemented in a derived class, indicates whether the specified HTTP request is of the kind that needs to be throttled (or not) in accordance with the value of the ThrottleLevel property.
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

See also

Reference

SPRequestThrottleClassifier class

Microsoft.SharePoint.Utilities namespace