18 references to ConfigureKestrel
Aspire.Dashboard.Tests (2)
Integration\DashboardClientAuthTests.cs (1)
81serverAppBuilder.WebHost.ConfigureKestrel(ConfigureKestrel);
Integration\IntegrationTestHelpers.cs (1)
100builder.WebHost.ConfigureKestrel(serverOptions =>
Aspire.Hosting (1)
Dashboard\DashboardServiceHost.cs (1)
116builder.WebHost.ConfigureKestrel(ConfigureKestrel);
Binding.Http.IntegrationTests (1)
MtomBindingTestHelper.cs (1)
44builder.WebHost.ConfigureKestrel(serverOptions =>
Certificate.Sample (1)
Program.cs (1)
20.ConfigureKestrel(options =>
CreateDefaultBuilderApp (1)
Program.cs (1)
21.ConfigureKestrel(options => options
CreateDefaultBuilderOfTApp (1)
Program.cs (1)
24.ConfigureKestrel(options => options
Interop.FunctionalTests (6)
Http3\Http3TlsTests.cs (2)
350.ConfigureKestrel(serverOptions => 405.ConfigureKestrel(serverOptions =>
HttpClientHttp2InteropTests.cs (4)
1136webHostBuilder.ConfigureKestrel(options => 1197webHostBuilder.ConfigureKestrel(options => 1258webHostBuilder.ConfigureKestrel(options => 1318webHostBuilder.ConfigureKestrel(options => options.Limits.Http2.MaxFrameSize = 1024 * 20); // The default is 16kb
Microsoft.AspNetCore.Server.Kestrel (1)
WebHostBuilderKestrelExtensions.cs (1)
115return hostBuilder.UseKestrel().ConfigureKestrel(options);
Microsoft.AspNetCore.Server.Kestrel.Tests (4)
HttpsConfigurationTests.cs (4)
85.ConfigureKestrel(serverOptions => 123.ConfigureKestrel(serverOptions => 155.ConfigureKestrel(serverOptions => 216.ConfigureKestrel(serverOptions =>