Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Include Protected Members
Include Inherited 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. |
![]() |
UpgradedPersistedProperties | (Inherited from SPAutoSerializingObject.) |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetObjectData | (Inherited from SPAutoSerializingObject.) |
![]() |
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.) |
![]() |
OnDeserialization | (Inherited from SPAutoSerializingObject.) |
![]() |
ToString | (Inherited from Object.) |
![]() |
UpdateParent | (Inherited from SPAutoSerializingObject.) |
Top