Copies data from this stream to the specified file descriptor out_fd.
Type Reason ArgumentException Mono.Unix.UnixStream.Handle was not opened for reading or out_fd was not opened for writing. [Mono.Unix.Native.Errno.EBADF]
-or-
Descriptor is not valid or locked. [Mono.Unix.Native.Errno.EINVAL]
ObjectDisposedException The stream has been closed. System.IO.IOException Unspecified error while reading from UnixStream.Handle. [Mono.Unix.Native.Errno.EIO] Mono.Unix.UnixIOException Non-blocking I/O has been selected using Mono.Unix.Native.OpenFlags.O_NONBLOCK and the write would block. [Mono.Unix.Native.Errno.EAGAIN]
-or-
Insufficient memory to read from UnixStream.Handle. [Mono.Unix.Native.Errno.ENOMEM]
This performs an in-kernel copy between the file descriptor UnixStream.Handle and out_fd. Either or both may be a socket.
Namespace: Mono.Unix
Assembly: Mono.Posix (in Mono.Posix.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0