20 references to ConfigureKestrel
Aspire.Dashboard.Tests (2)
Integration\DashboardClientAuthTests.cs (1)
78serverAppBuilder.WebHost.ConfigureKestrel(ConfigureKestrel);
Integration\IntegrationTestHelpers.cs (1)
100builder.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 =>
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)
116return hostBuilder.UseKestrel().ConfigureKestrel(options);
Microsoft.AspNetCore.Server.Kestrel.Tests (6)
HttpsConfigurationTests.cs (6)
26.ConfigureKestrel(serverOptions => 85.ConfigureKestrel(serverOptions => 123.ConfigureKestrel(serverOptions => 155.ConfigureKestrel(serverOptions => 191.ConfigureKestrel(serverOptions => 216.ConfigureKestrel(serverOptions =>