SPRequestThrottleClassifier class

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

Inheritance hierarchy

System.Object
  Microsoft.SharePoint.Administration.SPAutoSerializingObject
    Microsoft.SharePoint.Utilities.SPRequestThrottleClassifier
      Microsoft.SharePoint.Utilities.SPHttpFileExtensionThrottleClassifier
      Microsoft.SharePoint.Utilities.SPHttpHeaderThrottleClassifier
      Microsoft.SharePoint.Utilities.SPHttpUserAgentAndMethodClassifier
      Microsoft.SharePoint.Utilities.SPSearchCrawlingRequestClassifier

Namespace:  Microsoft.SharePoint.Utilities
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public MustInherit Class SPRequestThrottleClassifier _
    Inherits SPAutoSerializingObject
'Usage
Dim instance As SPRequestThrottleClassifier
public abstract class SPRequestThrottleClassifier : SPAutoSerializingObject

Remarks

Request matching is implemented by SPRequestModule. For more information about it, see Microsoft SharePoint Foundation as an ASP.NET Application.

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See also

Reference

SPRequestThrottleClassifier members

Microsoft.SharePoint.Utilities namespace