PipeStream PropertiesSSH .NET Client Library Documentation
The PipeStream type exposes the following members.
Properties

  NameDescription
Public propertyBlockLastReadBuffer
Gets or sets a value indicating whether to block last read method before the buffer is empty. When true, Read() will block until it can fill the passed in buffer and count. When false, Read() will not block, returning all the available buffer data.
Public propertyCanRead
When overridden in a derived class, gets a value indicating whether the current stream supports reading.
(Overrides OnlineStream CanRead.)
Public propertyCanSeek
When overridden in a derived class, gets a value indicating whether the current stream supports seeking.
(Overrides OnlineStream CanSeek.)
Public propertyOnlineCanTimeout
Gets a value that determines whether the current stream can time out.
(Inherited from OnlineStream.)
Public propertyCanWrite
When overridden in a derived class, gets a value indicating whether the current stream supports writing.
(Overrides OnlineStream CanWrite.)
Public propertyLength
When overridden in a derived class, gets the length in bytes of the stream.
(Overrides OnlineStream Length.)
Public propertyMaxBufferLength
Gets or sets the maximum number of bytes to store in the buffer.
Public propertyPosition
When overridden in a derived class, gets or sets the position within the current stream.
(Overrides OnlineStream Position.)
Public propertyOnlineReadTimeout
Gets or sets a value, in miliseconds, that determines how long the stream will attempt to read before timing out.
(Inherited from OnlineStream.)
Public propertyOnlineWriteTimeout
Gets or sets a value, in miliseconds, that determines how long the stream will attempt to write before timing out.
(Inherited from OnlineStream.)
Back to Top
See Also