8 references to IPEndPoint
Aspire.Dashboard (1)
DashboardWebApplication.cs (1)
714var endpoint = endpointConfiguration.ListenOptions.IPEndPoint!;
Microsoft.AspNetCore.Server.Kestrel.Core (7)
AnyIPListenOptions.cs (5)
21Debug.Assert(IPEndPoint != null); 34context.Logger.LogTrace(ex, CoreStrings.FailedToBindToIPv6Any, IPEndPoint.Port); 38context.Logger.LogDebug(CoreStrings.FallbackToIPv4Any, IPEndPoint.Port, IPEndPoint.Port); 42EndPoint = new IPEndPoint(IPAddress.Any, IPEndPoint.Port);
ListenOptions.cs (1)
236var options = new ListenOptions(new IPEndPoint(address, IPEndPoint!.Port))
LocalhostListenOptions.cs (1)
35return $"{Scheme}://{host}:{IPEndPoint!.Port}";