1 write to WebHost
Microsoft.AspNetCore (1)
WebApplicationBuilder.cs (1)
239WebHost = new ConfigureWebHostBuilder(webHostContext, Configuration, Services);
9 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 =>
blazor-gateway (1)
BlazorGateway.cs (1)
42builder.WebHost.UseStaticWebAssets();
Microsoft.AspNetCore (1)
WebApplicationBuilder.cs (1)
226[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 =>