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