ShellStream DataAvailable Property SSH .NET Client Library Documentation
Gets a value that indicates whether data is available on the ShellStream to be read.

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

public bool DataAvailable { get; }

Field Value

true if data is available to be read; otherwise, false.
See Also