SPSearchCrawlingRequestClassifier Members
Include Protected Members
Include Inherited Members
Enables the management of throttling for HTTP requests that come from search crawlers.
The SPSearchCrawlingRequestClassifier type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SPSearchCrawlingRequestClassifier() | Initializes a new instance of the SPSearchCrawlingRequestClassifier class. | |
SPSearchCrawlingRequestClassifier(SPRequestThrottleLevel) | Initializes a new instance of the SPSearchCrawlingRequestClassifier class using the specified throttle level. |
Top
Properties
Name | Description | |
---|---|---|
ThrottleLevel | Gets a value that specifies when matching requests are throttled. (Overrides SPRequestThrottleClassifier.ThrottleLevel.) | |
UpgradedPersistedProperties | (Inherited from SPAutoSerializingObject.) |
Top
Methods
Name | Description | |
---|---|---|
Equals | Determines whether the specified Object is equal to the current SPSearchCrawlingRequestClassifier object. (Overrides Object.Equals(Object).) | |
Finalize | (Inherited from Object.) | |
GetHashCode | Gets a hash code for the object. (Overrides Object.GetHashCode().) | |
GetObjectData | (Inherited from SPAutoSerializingObject.) | |
GetType | (Inherited from Object.) | |
Match | Determines whether the HTTP request is from a search crawler. (Overrides SPRequestThrottleClassifier.Match(HttpRequest).) | |
MemberwiseClone | (Inherited from Object.) | |
OnDeserialization | (Inherited from SPAutoSerializingObject.) | |
ToString | Returns a String that represents the current SPSearchCrawlingRequestClassifier object. (Overrides Object.ToString().) | |
UpdateParent | (Inherited from SPAutoSerializingObject.) |
Top