ShellStream Write Method (String)SSH .NET Client Library Documentation
Writes the specified text 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 Write(
	string text
)

Parameters

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