Share via


SPWebProxyConfig.MaxActiveRequestCountPerFrontEnd property

Gets or sets the maximum number of active requests per web front end (WFE). The default value is 100.

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

Syntax

'Declaration
Public Property MaxActiveRequestCountPerFrontEnd As Integer
    Get
    Set
'Usage
Dim instance As SPWebProxyConfig
Dim value As Integer

value = instance.MaxActiveRequestCountPerFrontEnd

instance.MaxActiveRequestCountPerFrontEnd = value
public int MaxActiveRequestCountPerFrontEnd { get; set; }

Property value

Type: System.Int32
The maximum number of active requests.

Exceptions

Exception Condition
ArgumentOutOfRangeException

This exception is thrown if the value that is being set is not positive.

See also

Reference

SPWebProxyConfig class

SPWebProxyConfig members

Microsoft.SharePoint namespace