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; 270if (_maxConnections.HasValue) 272_urlGroup.SetMaxConnections(_maxConnections.Value);