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