1 write to _maxConnections
Microsoft.AspNetCore.Server.HttpSys (1)
HttpSysOptions.cs (1)
158_maxConnections = value;
3 references to _maxConnections
Microsoft.AspNetCore.Server.HttpSys (3)
HttpSysOptions.cs (3)
145get => _maxConnections; 274if (_maxConnections.HasValue) 276_urlGroup.SetMaxConnections(_maxConnections.Value);