SshData Write Method ( String )SSH .NET Client Library Documentation
Writes name-list data into internal buffer.

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

protected void Write(
	string[] data
)

Parameters

data
Type:  OnlineSystem String 
name-list data to write.
See Also