Share via


SPWebProxyConfig.MaxActiveRequestCountPerAppPerFrontEnd property

Gets the maximum number of active requests per web front end (WFE) per application.

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

Syntax

'Declaration
Public ReadOnly Property MaxActiveRequestCountPerAppPerFrontEnd As Integer
    Get
'Usage
Dim instance As SPWebProxyConfig
Dim value As Integer

value = instance.MaxActiveRequestCountPerAppPerFrontEnd
public int MaxActiveRequestCountPerAppPerFrontEnd { get; }

Property value

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

Remarks

The value of this property is computed as 2% of MaxActiveRequestCountPerFrontEnd but no less than 2.

See also

Reference

SPWebProxyConfig class

SPWebProxyConfig members

Microsoft.SharePoint namespace