7 references to UseKestrelHttpsConfiguration
Aspire.Hosting (1)
Dashboard\DashboardServiceHost.cs (1)
76
builder.WebHost.
UseKestrelHttpsConfiguration
();
Microsoft.AspNetCore.Server.Kestrel (2)
WebHostBuilderKestrelExtensions.cs (2)
24
/// an <code>https://</code> address, <see cref="
UseKestrelHttpsConfiguration
"/> will enable configuration
56
.
UseKestrelHttpsConfiguration
()
Microsoft.AspNetCore.Server.Kestrel.Tests (4)
HttpsConfigurationTests.cs (4)
41
webHostBuilder.
UseKestrelHttpsConfiguration
();
114
webHostBuilder.
UseKestrelHttpsConfiguration
();
155
webHostBuilder.
UseKestrelHttpsConfiguration
();
192
webHostBuilder.
UseKestrelHttpsConfiguration
();