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