6 references to ConfigureKestrel
Aspire.Dashboard.Tests (2)
Integration\DashboardClientAuthTests.cs (1)
78serverAppBuilder.WebHost.ConfigureKestrel(ConfigureKestrel);
Integration\IntegrationTestHelpers.cs (1)
102builder.WebHost.ConfigureKestrel(serverOptions =>
Aspire.Hosting (1)
Dashboard\DashboardServiceHost.cs (1)
120builder.WebHost.ConfigureKestrel(ConfigureKestrel);
Binding.Http.IntegrationTests (1)
MtomBindingTestHelper.cs (1)
44builder.WebHost.ConfigureKestrel(serverOptions =>
Microsoft.AspNetCore.Server.Kestrel (1)
WebHostBuilderKestrelExtensions.cs (1)
117return hostBuilder.UseKestrel().ConfigureKestrel(options);
Microsoft.DotNet.HotReload.Watch (1)
src\sdk\src\Dotnet.Watch\AspireService\AspireServerService.cs (1)
213builder.WebHost.ConfigureKestrel(kestrelOptions =>