1 write to _maxConnections
Microsoft.AspNetCore.Server.HttpSys (1)
HttpSysOptions.cs (1)
143_maxConnections = value;
3 references to _maxConnections
Microsoft.AspNetCore.Server.HttpSys (3)
HttpSysOptions.cs (3)
130get => _maxConnections; 259if (_maxConnections.HasValue) 261_urlGroup.SetMaxConnections(_maxConnections.Value);