SPHttpThrottleSettings.ThrottleClassifiers Property
Gets the HTTP request classifiers of the parent Web application.
Namespace: Microsoft.SharePoint.Utilities
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
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.