SPHttpThrottleSettings.ThrottleClassifiers property

Gets the HTTP request classifiers of the parent Web application.

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

Syntax

'Declaration
Public ReadOnly Property ThrottleClassifiers As ReadOnlyCollection(Of SPRequestThrottleClassifier)
    Get
'Usage
Dim instance As SPHttpThrottleSettings
Dim value As ReadOnlyCollection(Of SPRequestThrottleClassifier)

value = instance.ThrottleClassifiers
public ReadOnlyCollection<SPRequestThrottleClassifier> ThrottleClassifiers { get; }

Property value

Type: System.Collections.ObjectModel.ReadOnlyCollection<SPRequestThrottleClassifier>
The request classifiers.

See also

Reference

SPHttpThrottleSettings class

SPHttpThrottleSettings members

Microsoft.SharePoint.Utilities namespace