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 |
---|---|---|
IArcGISHttpConfiguration | configuration | HTTP Configuration |
System.Int32 | maxConnections | The maximum number of connections. The default is 6. |
Returns
Type | Description |
---|---|
IArcGISHttpConfiguration | HTTP Configuration |
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 200.0 - 200.5 |
.NET | 200.0 - 200.5 |
.NET Windows | 200.0 - 200.5 |
.NET Android | 200.0 - 200.5 |
.NET iOS | 200.0 - 200.5 |
.NET Framework | 200.0 - 200.5 |
UWP | 200.0 - 200.5 |