1 override of LocalEndPoint
System.Net.NetworkInformation (1)
System\Net\NetworkInformation\SimpleTcpConnectionInformation.Unix.cs (1)
15public override IPEndPoint LocalEndPoint { get; }
7 references to LocalEndPoint
Aspire.Dashboard.Tests (1)
Integration\ServerRetryHelper.cs (1)
75AddEndpoints(startingPort, unavailableEndpoints, properties.GetActiveTcpConnections().Select(c => c.LocalEndPoint));
InMemory.FunctionalTests (1)
src\Servers\Kestrel\shared\test\ServerRetryHelper.cs (1)
60AddEndpoints(startingPort, unavailableEndpoints, properties.GetActiveTcpConnections().Select(c => c.LocalEndPoint));
Interop.FunctionalTests (1)
src\Servers\Kestrel\shared\test\ServerRetryHelper.cs (1)
60AddEndpoints(startingPort, unavailableEndpoints, properties.GetActiveTcpConnections().Select(c => c.LocalEndPoint));
Microsoft.AspNetCore.Server.Kestrel.Core.Tests (1)
src\Servers\Kestrel\shared\test\ServerRetryHelper.cs (1)
60AddEndpoints(startingPort, unavailableEndpoints, properties.GetActiveTcpConnections().Select(c => c.LocalEndPoint));
Microsoft.AspNetCore.Server.Kestrel.Transport.Quic.Tests (1)
src\Servers\Kestrel\shared\test\ServerRetryHelper.cs (1)
60AddEndpoints(startingPort, unavailableEndpoints, properties.GetActiveTcpConnections().Select(c => c.LocalEndPoint));
System.Net.NetworkInformation (2)
System\Net\NetworkInformation\StringParsingHelpers.Connections.cs (2)
153endPoints[index] = ti.LocalEndPoint; 168endPoints[index] = ti.LocalEndPoint;