4 references to ERROR_INVALID_HANDLE
System.ServiceModel (4)
System\ServiceModel\Channels\HttpChannelHelpers.cs (1)
3215case UnsafeNativeMethods.ERROR_INVALID_HANDLE:
System\ServiceModel\Channels\SocketConnection.cs (3)
719if (socketException.ErrorCode == UnsafeNativeMethods.ERROR_INVALID_HANDLE) 1583if (socketException.ErrorCode == UnsafeNativeMethods.ERROR_INVALID_HANDLE) 2143if (socketException.ErrorCode == UnsafeNativeMethods.ERROR_INVALID_HANDLE)