Method UseMaxConnectionsPerServer
UseMaxConnectionsPerServer(IArcGISHttpConfiguration, Int32)
Sets the maximum number of concurrent connections allowed by an System.Net.Http.HttpClient object.
Declaration
public static IArcGISHttpConfiguration UseMaxConnectionsPerServer(this IArcGISHttpConfiguration configuration, int maxConnections)
Parameters
Type | Name | Description |
---|---|---|
IArc |
configuration | HTTP Configuration |
System. |
maxConnections | The maximum number of connections. The default is 6. |
Returns
Type | Description |
---|---|
IArc |
HTTP Configuration |
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 200.0 - 200.6 |
.NET | 200.0 - 200.6 |
.NET Windows | 200.0 - 200.6 |
.NET Android | 200.0 - 200.6 |
.NET iOS | 200.0 - 200.6 |
.NET Framework | 200.0 - 200.6 |
UWP | 200.0 - 200.6 |