30 references to UseHttps
Aspire.Dashboard.Tests (1)
Integration\DashboardClientAuthTests.cs (1)
105options.UseHttps();
Aspire.Hosting (1)
Dashboard\DashboardServiceHost.cs (1)
168options.UseHttps();
Http2SampleApp (1)
Program.cs (1)
41listenOptions.UseHttps();
Http3SampleApp (1)
Program.cs (1)
47listenOptions.UseHttps();
InMemory.FunctionalTests (4)
HttpsConnectionMiddlewareTests.cs (1)
89listenOptions.UseHttps();
HttpsTests.cs (3)
55options.UseHttps(); 448listenOptions.UseHttps(); 492listenOptions.UseHttps();
Kestrel.SampleApp (2)
Startup.cs (2)
109listenOptions.UseHttps(); 116listenOptions.UseHttps();
Microsoft.AspNetCore.Server.Kestrel.Core (4)
HttpsConfigurationService.cs (1)
183return 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)"/>
Microsoft.AspNetCore.Server.Kestrel.Tests (4)
HttpsConfigurationTests.cs (1)
197listenOptions.UseHttps();
KestrelConfigurationLoaderTests.cs (3)
440listenOptions.UseHttps(); 482listenOptions.UseHttps(); 526listenOptions.UseHttps();
Microsoft.AspNetCore.SignalR.Client.FunctionalTests (8)
HubConnectionTests.cs (8)
1751o2.UseHttps(); 1809o2.UseHttps(); 1869o2.UseHttps(); 1912o2.UseHttps(); 2369o2.UseHttps(); 2422o2.UseHttps(); 2465o2.UseHttps(); 2515o2.UseHttps();
Negotiate.Server (2)
Program.cs (2)
33options.ListenAnyIP(5001, listenOptions => listenOptions.UseHttps()); 38options.ListenAnyIP(5003, listenOptions => listenOptions.UseHttps());
SystemdTestApp (1)
Startup.cs (1)
64listenOptions.UseHttps();
WebTransportInteractiveSampleApp (1)
Program.cs (1)
27listenOptions.UseHttps();