2 references to Configure
Aspire.Dashboard (1)
DashboardWebApplication.cs (1)
709var configurationLoader = serverOptions.Configure(kestrelSection);
Microsoft.AspNetCore.Server.Kestrel.Core (1)
KestrelServerOptions.cs (1)
443public KestrelConfigurationLoader Configure() => Configure(new ConfigurationBuilder().Build());