Show / Hide Table of Contents

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
TargetVersions
.NET Standard 2.0200.0 - 200.7
.NET200.0 - 200.7
.NET Windows200.0 - 200.7
.NET Android200.0 - 200.7
.NET iOS200.0 - 200.7
.NET Framework200.0 - 200.7
UWP200.0 - 200.7
In This Article
Back to top Copyright © 2022 Esri.