1 write to _maxConnections
Microsoft.AspNetCore.Server.HttpSys (1)
HttpSysOptions.cs (1)
142_maxConnections = value;
3 references to _maxConnections
Microsoft.AspNetCore.Server.HttpSys (3)
HttpSysOptions.cs (3)
129get => _maxConnections; 250if (_maxConnections.HasValue) 252_urlGroup.SetMaxConnections(_maxConnections.Value);