2 references to WSAECONNABORTED
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\SocketConnection.cs (2)
219
if ((int)socketException.SocketErrorCode == UnsafeNativeMethods.
WSAECONNABORTED
&&
227
(int)socketException.SocketErrorCode == UnsafeNativeMethods.
WSAECONNABORTED
||