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 | |
---|---|---|
SPRequestThrottleClassifier | Initializes a new instance of the SPRequestThrottleClassifier class. |
Top
Properties
Name | Description | |
---|---|---|
ThrottleLevel | When implemented in a derived class, gets a value that indicates when matching HTTP requests are throttled. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
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. | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top