7 references to UseKestrelHttpsConfiguration
Aspire.Hosting (1)
Dashboard\DashboardServiceHost.cs (1)
73
builder.WebHost.
UseKestrelHttpsConfiguration
();
Microsoft.AspNetCore.Server.Kestrel (2)
WebHostBuilderKestrelExtensions.cs (2)
25
/// an <code>https://</code> address, <see cref="
UseKestrelHttpsConfiguration
"/> will enable configuration
57
.
UseKestrelHttpsConfiguration
()
Microsoft.AspNetCore.Server.Kestrel.Tests (4)
HttpsConfigurationTests.cs (4)
37
hostBuilder.
UseKestrelHttpsConfiguration
();
99
hostBuilder.
UseKestrelHttpsConfiguration
();
136
hostBuilder.
UseKestrelHttpsConfiguration
();
169
hostBuilder.
UseKestrelHttpsConfiguration
();