2 references to WSAETIMEDOUT
System.ServiceModel.NetTcp (2)
System\ServiceModel\Channels\SocketConnection.cs (2)
717
else if (socketException.ErrorCode == UnsafeNativeMethods.
WSAETIMEDOUT
)
838
(int)socketException.SocketErrorCode == UnsafeNativeMethods.
WSAETIMEDOUT
)