SPHttpFileExtensionThrottleClassifier.ThrottleLevel Property
Gets a value that specifies when matching requests are throttled.
Namespace: Microsoft.SharePoint.Utilities
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
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