SPWebServiceInstance.DisableLocalHttpThrottling property
If this is true, the http throttling on the local server will be disabled. The default value is false
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property DisableLocalHttpThrottling As Boolean
Get
Set
'Usage
Dim instance As SPWebServiceInstance
Dim value As Boolean
value = instance.DisableLocalHttpThrottling
instance.DisableLocalHttpThrottling = value
public bool DisableLocalHttpThrottling { get; set; }
Property value
Type: System.Boolean