1 write to WebHost
Microsoft.AspNetCore (1)
WebApplicationBuilder.cs (1)
216WebHost = new ConfigureWebHostBuilder(webHostContext, Configuration, Services);
8 references to WebHost
Aspire.Dashboard (1)
DashboardWebApplication.cs (1)
638builder.WebHost.ConfigureKestrel((context, serverOptions) =>
Aspire.Dashboard.Tests (2)
Integration\DashboardClientAuthTests.cs (1)
78serverAppBuilder.WebHost.ConfigureKestrel(ConfigureKestrel);
Integration\IntegrationTestHelpers.cs (1)
102builder.WebHost.ConfigureKestrel(serverOptions =>
Aspire.Hosting (2)
Dashboard\DashboardServiceHost.cs (2)
76builder.WebHost.UseKestrelHttpsConfiguration(); 120builder.WebHost.ConfigureKestrel(ConfigureKestrel);
Binding.Http.IntegrationTests (1)
MtomBindingTestHelper.cs (1)
44builder.WebHost.ConfigureKestrel(serverOptions =>
Microsoft.AspNetCore (1)
WebApplicationBuilder.cs (1)
203[MemberNotNull(nameof(Environment), nameof(Host), nameof(WebHost))]
Microsoft.DotNet.HotReload.Watch (1)
src\sdk\src\Dotnet.Watch\AspireService\AspireServerService.cs (1)
213builder.WebHost.ConfigureKestrel(kestrelOptions =>