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