SshData Write Method (IEnumerable Byte )SSH .NET Client Library Documentation
Writes bytes array 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(
	IEnumerable<byte> data
)

Parameters

data
Type: OnlineSystem.Collections.Generic IEnumerable OnlineByte 
Byte array data to write.
Exceptions

See Also