6 references to UseHttps
Aspire.Dashboard.Tests (1)
Integration\DashboardClientAuthTests.cs (1)
102
options.
UseHttps
();
Aspire.Hosting (1)
Dashboard\DashboardServiceHost.cs (1)
172
options.
UseHttps
();
Microsoft.AspNetCore.Server.Kestrel.Core (4)
HttpsConfigurationService.cs (1)
183
return listenOptions.
UseHttps
();
IHttpsConfigurationService.cs (2)
50
/// Calls an appropriate overload of <see cref="Microsoft.AspNetCore.Hosting.ListenOptionsHttpsExtensions.
UseHttps
(ListenOptions)"/>
77
/// Calls <see cref="Microsoft.AspNetCore.Hosting.ListenOptionsHttpsExtensions.
UseHttps
(ListenOptions)"/>
TlsConfigurationLoader.cs (1)
88
/// Calls an appropriate overload of <see cref="Microsoft.AspNetCore.Hosting.ListenOptionsHttpsExtensions.
UseHttps
(ListenOptions)"/>