1 write to _urlGroup
Microsoft.AspNetCore.Server.HttpSys (1)
HttpSysOptions.cs (1)
267_urlGroup = urlGroup;
3 references to _urlGroup
Microsoft.AspNetCore.Server.HttpSys (3)
HttpSysOptions.cs (3)
138if (value.HasValue && _urlGroup != null) 140_urlGroup.SetMaxConnections(value.Value); 272_urlGroup.SetMaxConnections(_maxConnections.Value);