SPHttpFileExtensionThrottleClassifier.ThrottleLevel property

Gets a value that specifies when matching requests are throttled.

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

Syntax

'Declaration
Public Overrides ReadOnly Property ThrottleLevel As SPRequestThrottleLevel
    Get
'Usage
Dim instance As SPHttpFileExtensionThrottleClassifier
Dim value As SPRequestThrottleLevel

value = instance.ThrottleLevel
public override SPRequestThrottleLevel ThrottleLevel { get; }

Property value

Type: Microsoft.SharePoint.Utilities.SPRequestThrottleLevel
A value that specifies the throttle policy for matching requests. The default is FirstStage.

See also

Reference

SPHttpFileExtensionThrottleClassifier class

SPHttpFileExtensionThrottleClassifier members

Microsoft.SharePoint.Utilities namespace