SPWebApplication.HttpThrottleSettings Property
Gets an object that provides management and configuration settings for performance monitoring and HTTP request throttling.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public ReadOnly Property HttpThrottleSettings As SPHttpThrottleSettings
Get
'Usage
Dim instance As SPWebApplication
Dim value As SPHttpThrottleSettings
value = instance.HttpThrottleSettings
public SPHttpThrottleSettings HttpThrottleSettings { get; }
Property Value
Type: Microsoft.SharePoint.Utilities.SPHttpThrottleSettings
The request performance and throttling management object for the Web application.
Remarks
HttpThrottleSettings returns a null reference (Nothing in Visual Basic) if the Web application is the Central Administration application.