2 writes to _maxConnectionsPerServer
System.Net.Http (2)
System\Net\Http\SocketsHttpHandler\HttpConnectionSettings.cs (1)
107
_maxConnectionsPerServer
= _maxConnectionsPerServer,
System\Net\Http\SocketsHttpHandler\SocketsHttpHandler.cs (1)
153
_settings.
_maxConnectionsPerServer
= value;
4 references to _maxConnectionsPerServer
System.Net.Http (4)
System\Net\Http\SocketsHttpHandler\ConnectionPool\HttpConnectionPool.cs (1)
81
_maxHttp11Connections = Settings.
_maxConnectionsPerServer
;
System\Net\Http\SocketsHttpHandler\HttpConnectionPoolManager.cs (1)
73
settings.
_maxConnectionsPerServer
== int.MaxValue &&
System\Net\Http\SocketsHttpHandler\HttpConnectionSettings.cs (1)
107
_maxConnectionsPerServer =
_maxConnectionsPerServer
,
System\Net\Http\SocketsHttpHandler\SocketsHttpHandler.cs (1)
147
get => _settings.
_maxConnectionsPerServer
;