2 references to WSAEADDRINUSE
System.ServiceModel (2)
System\ServiceModel\Channels\SocketConnection.cs (2)
2120
if (socketException.ErrorCode == UnsafeNativeMethods.
WSAEADDRINUSE
)
2147
if (socketException.ErrorCode == UnsafeNativeMethods.
WSAEADDRINUSE
)