ShellStream ReadLine Method 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()

Return Value

The line read from the shell.
See Also