ShellStream WriteLine Method SSH .NET Client Library Documentation
Writes the line to the shell.

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

public void WriteLine(
	string line
)

Parameters

line
Type: OnlineSystem String
The line to be written to the shell.
See Also