Mono Class Library: Mono.Unix.UnixPipes Overview | Members

Mono.Unix.UnixPipes.Writing Field

A Mono.Unix.UnixStream instance that, when written to, makes all data available for reading from the UnixPipes.Reading stream. [Edit]

public UnixStream Writing

Remarks

A pipe that has had an end closed is considered widowed. Writing on such a pipe causes the writing process to receive a Mono.Unix.Native.Signum.SIGPIPE signal. Widowing a pipe is the only way to deliver end-of-file to a reader: after the reader consumes any buffered data, reading a widowed pipe returns a zero count. [Edit]

Requirements

Namespace: Mono.Unix
Assembly: Mono.Posix (in Mono.Posix.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0