Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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. |