共用方式為


SPWebServiceInstance.DisableLocalHttpThrottling property

如果這是,則為 true,將會停用 http 節流本機伺服器上。預設值為 false

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

Syntax

'宣告
Public Property DisableLocalHttpThrottling As Boolean
    Get
    Set
'用途
Dim instance As SPWebServiceInstance
Dim value As Boolean

value = instance.DisableLocalHttpThrottling

instance.DisableLocalHttpThrottling = value
public bool DisableLocalHttpThrottling { get; set; }

Property value

Type: System.Boolean

請參閱

參照

SPWebServiceInstance class

SPWebServiceInstance members

Microsoft.SharePoint.Administration namespace