11 references to AddressAlreadyInUse
Aspire.Dashboard.Tests (1)
Integration\ServerRetryHelper.cs (1)
171
catch (SocketException ex) when (ex.SocketErrorCode == SocketError.
AddressAlreadyInUse
)
Microsoft.AspNetCore.Server.Kestrel.Transport.Quic (1)
Internal\QuicConnectionListener.cs (1)
134
catch (SocketException e) when (e.SocketErrorCode == SocketError.
AddressAlreadyInUse
)
System.IO.Pipes (1)
System\IO\Pipes\NamedPipeClientStream.Unix.cs (1)
54
case SocketError.
AddressAlreadyInUse
:
System.Net.Ping (2)
src\runtime\src\libraries\Common\src\System\Net\Sockets\SocketErrorPal.Unix.cs (2)
23
Interop.Error.EADDRINUSE => SocketError.
AddressAlreadyInUse
,
76
SocketError.
AddressAlreadyInUse
=> Interop.Error.EADDRINUSE,
System.Net.Primitives (2)
src\runtime\src\libraries\Common\src\System\Net\Sockets\SocketErrorPal.Unix.cs (2)
23
Interop.Error.EADDRINUSE => SocketError.
AddressAlreadyInUse
,
76
SocketError.
AddressAlreadyInUse
=> Interop.Error.EADDRINUSE,
System.Net.Quic (1)
System\Net\Quic\Internal\ThrowHelper.cs (1)
84
if (status == QUIC_STATUS_ADDRESS_IN_USE) return new SocketException((int)SocketError.
AddressAlreadyInUse
);
System.Net.Sockets (3)
src\runtime\src\libraries\Common\src\System\Net\Sockets\SocketErrorPal.Unix.cs (2)
23
Interop.Error.EADDRINUSE => SocketError.
AddressAlreadyInUse
,
76
SocketError.
AddressAlreadyInUse
=> Interop.Error.EADDRINUSE,
System\Net\Sockets\SocketsTelemetry.cs (1)
240
SocketError.
AddressAlreadyInUse
=> "address_already_in_use",