1 write to WebHost
Microsoft.AspNetCore (1)
WebApplicationBuilder.cs (1)
216
WebHost
= new ConfigureWebHostBuilder(webHostContext, Configuration, Services);
8 references to WebHost
Aspire.Dashboard (1)
DashboardWebApplication.cs (1)
638
builder.
WebHost
.ConfigureKestrel((context, serverOptions) =>
Aspire.Dashboard.Tests (2)
Integration\DashboardClientAuthTests.cs (1)
78
serverAppBuilder.
WebHost
.ConfigureKestrel(ConfigureKestrel);
Integration\IntegrationTestHelpers.cs (1)
102
builder.
WebHost
.ConfigureKestrel(serverOptions =>
Aspire.Hosting (2)
Dashboard\DashboardServiceHost.cs (2)
76
builder.
WebHost
.UseKestrelHttpsConfiguration();
120
builder.
WebHost
.ConfigureKestrel(ConfigureKestrel);
Binding.Http.IntegrationTests (1)
MtomBindingTestHelper.cs (1)
44
builder.
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)
213
builder.
WebHost
.ConfigureKestrel(kestrelOptions =>