4 references to ListenLocalhost
Aspire.Hosting (1)
Dashboard\DashboardServiceHost.cs (1)
157kestrelOptions.ListenLocalhost(uri.Port, ConfigureListen);
Microsoft.AspNetCore.Server.Kestrel.Core (2)
KestrelConfigurationLoader.cs (1)
145Options.ListenLocalhost(port, configure);
KestrelServerOptions.cs (1)
537public void ListenLocalhost(int port) => ListenLocalhost(port, options => { });
Microsoft.DotNet.HotReload.Watch (1)
src\sdk\src\Dotnet.Watch\AspireService\AspireServerService.cs (1)
215kestrelOptions.ListenLocalhost(_port, listenOptions =>