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