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)
73settings._maxConnectionsPerServer == int.MaxValue &&
System\Net\Http\SocketsHttpHandler\HttpConnectionSettings.cs (1)
107_maxConnectionsPerServer = _maxConnectionsPerServer,
System\Net\Http\SocketsHttpHandler\SocketsHttpHandler.cs (1)
147get => _settings._maxConnectionsPerServer;