9 references to ConfigureKestrel
Certificate.Optional.Sample (1)
Program.cs (1)
31webBuilder.ConfigureKestrel((context, options) =>
Http2SampleApp (1)
Program.cs (1)
27.ConfigureKestrel((context, options) =>
Http3SampleApp (1)
Program.cs (1)
30.ConfigureKestrel((context, options) =>
InteropWebsite (1)
Program.cs (1)
44webBuilder.ConfigureKestrel((context, options) =>
Microsoft.AspNetCore (1)
WebHost.cs (1)
241ConfigureWebDefaultsWorker(builder.UseKestrelCore().ConfigureKestrel(ConfigureKestrel), configureRouting: null);
Microsoft.AspNetCore.Server.Kestrel (1)
WebHostBuilderKestrelExtensions.cs (1)
151return hostBuilder.UseKestrel().ConfigureKestrel(configureOptions);
Negotiate.Server (1)
Program.cs (1)
28webBuilder.ConfigureKestrel((context, options) =>
WebTransportInteractiveSampleApp (1)
Program.cs (1)
22builder.WebHost.ConfigureKestrel((context, options) =>
WebTransportSampleApp (1)
Program.cs (1)
12builder.WebHost.ConfigureKestrel((context, options) =>