ShellStream ReadLine Method (TimeSpan)SSH .NET Client Library Documentation
Reads the line from the shell. If line is not available it will block the execution and will wait for new line.

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

public string ReadLine(
	TimeSpan timeout
)

Return Value

The line read from the shell, if the specified time elapsed returns null.
See Also