1 override of GetActiveTcpConnections
System.Net.NetworkInformation (1)
System\Net\NetworkInformation\LinuxIPGlobalProperties.cs (1)
9public override TcpConnectionInformation[] GetActiveTcpConnections()
5 references to GetActiveTcpConnections
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));