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