SPHttpHeaderThrottleClassifier members
Enables the management of throttling for HTTP requests that include a specified header.
The SPHttpHeaderThrottleClassifier type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SPHttpHeaderThrottleClassifier() | Initializes a new instance of the SPHttpHeaderThrottleClassifier class. | |
SPHttpHeaderThrottleClassifier(String, SPRequestThrottleLevel) | Initializes a new instance of the SPHttpHeaderThrottleClassifier class for the specified header and with the specified throttle level. | |
SPHttpHeaderThrottleClassifier(String, String, SPRequestThrottleLevel) | Initializes a new instance of the SPHttpHeaderThrottleClassifier class for the specified header, header value, and with the specified throttle level. |
Top
Properties
Name | Description | |
---|---|---|
Header | Gets the name of the header. | |
ThrottleLevel | Gets a value that specifies when matching requests are throttled. (Overrides SPRequestThrottleClassifier.ThrottleLevel.) | |
Value | Gets the header value. |
Top
Methods
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current SPHttpHeaderThrottleClassifier 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 includes a matching header. (Overrides SPRequestThrottleClassifier.Match(HttpRequest).) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | Returns a String that represents the current SPHttpHeaderThrottleClassifier object. (Overrides Object.ToString().) |
Top