2 references to ERROR_INVALID_HANDLE
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\SocketConnection.cs (2)
208
if ((int)socketException.SocketErrorCode == UnsafeNativeMethods.
ERROR_INVALID_HANDLE
)
437
if ((int)socketException.SocketErrorCode == UnsafeNativeMethods.
ERROR_INVALID_HANDLE
)