1 write to _urlGroup
Microsoft.AspNetCore.Server.HttpSys (1)
HttpSysOptions.cs (1)
247_urlGroup = urlGroup;
3 references to _urlGroup
Microsoft.AspNetCore.Server.HttpSys (3)
HttpSysOptions.cs (3)
137if (value.HasValue && _urlGroup != null) 139_urlGroup.SetMaxConnections(value.Value); 252_urlGroup.SetMaxConnections(_maxConnections.Value);