3 references to CancelIoEx
System (3)
net\System\Net\_PooledStream.cs (3)
598
if (UnsafeNclNativeMethods.
CancelIoEx
(socket.SafeHandle, IntPtr.Zero) == 0) {
623
UnsafeNclNativeMethods.
CancelIoEx
(socket4.SafeHandle, IntPtr.Zero);
640
UnsafeNclNativeMethods.
CancelIoEx
(socket6.SafeHandle, IntPtr.Zero);