2 references to ERROR_INVALID_HANDLE
System.ServiceModel.NetTcp (2)
System\ServiceModel\Channels\SocketConnection.cs (2)
685
if (socketException.ErrorCode == UnsafeNativeMethods.
ERROR_INVALID_HANDLE
)
827
if ((int)socketException.SocketErrorCode == UnsafeNativeMethods.
ERROR_INVALID_HANDLE
)