1 write to ConfigSection
Microsoft.AspNetCore.Server.Kestrel.Core (1)
EndpointConfiguration.cs (1)
20ConfigSection = configSection ?? throw new ArgumentNullException(nameof(configSection));
3 references to ConfigSection
Aspire.Dashboard (1)
DashboardWebApplication.cs (1)
622var address = BindingAddress.Parse(endpointConfiguration.ConfigSection["Url"]!);
CreateDefaultBuilderApp (1)
Program.cs (1)
26&& !string.Equals("KestrelEndPointSettingValue", endpointOptions.ConfigSection["KestrelEndPointSettingName"]))
CreateDefaultBuilderOfTApp (1)
Program.cs (1)
29&& !string.Equals("KestrelEndPointSettingValue", endpointOptions.ConfigSection["KestrelEndPointSettingName"]))