1 override of GetActiveTcpConnections
System.Net.NetworkInformation (1)
System\Net\NetworkInformation\LinuxIPGlobalProperties.cs (1)
9public override TcpConnectionInformation[] GetActiveTcpConnections()
1 reference to GetActiveTcpConnections
Aspire.Dashboard.Tests (1)
Integration\ServerRetryHelper.cs (1)
107AddEndpoints(nextPortAttempt, unavailableEndpoints, properties.GetActiveTcpConnections().Select(c => c.LocalEndPoint));