7 references to UseKestrel
Microsoft.AspNetCore.Server.Kestrel (6)
WebHostBuilderKestrelExtensions.cs (6)
27
/// Has no effect in <see cref="
UseKestrel
(IWebHostBuilder)"/> scenarios.
68
/// Includes less automatic functionality than <see cref="
UseKestrel
(IWebHostBuilder)"/> to make trimming more effective
117
return hostBuilder.
UseKestrel
().ConfigureKestrel(options);
121
/// Configures Kestrel options but does not register an IServer. See <see cref="
UseKestrel
(IWebHostBuilder)"/>.
153
return hostBuilder.
UseKestrel
().ConfigureKestrel(configureOptions);
157
/// Configures Kestrel options but does not register an IServer. See <see cref="
UseKestrel
(IWebHostBuilder)"/>.
Microsoft.DotNet.HotReload.Watch (1)
src\sdk\src\Dotnet.Watch\HotReloadClient\Web\KestrelWebSocketServer.cs (1)
47
builder.
UseKestrel
();