PipeStream ClassSSH .NET Client Library Documentation
PipeStream is a thread-safe read/write data stream for use between two threads in a single-producer/single-consumer type problem.
Inheritance Hierarchy

OnlineSystem Object
  OnlineSystem MarshalByRefObject
    OnlineSystem.IO Stream
      Renci.SshNet.Common PipeStream

Namespace: Renci.SshNet.Common
Assembly: Renci.SshNet (in Renci.SshNet.dll) Version: 0.1.0.0 (1.0.0.0)
Syntax

public class PipeStream : Stream
Remarks

Update on 2008/10/9 1.1 - uses Monitor instead of Manual Reset events for more elegant synchronicity.
See Also