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)

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.

See also

Reference

SPWebApplication class

SPWebApplication members

Microsoft.SharePoint.Administration namespace