1 write to ConfigSection
Microsoft.AspNetCore.Server.Kestrel.Core (1)
EndpointConfiguration.cs (1)
20
ConfigSection
= configSection ?? throw new ArgumentNullException(nameof(configSection));
1 reference to ConfigSection
Aspire.Dashboard (1)
DashboardWebApplication.cs (1)
711
var address = BindingAddress.Parse(endpointConfiguration.
ConfigSection
["Url"]!);