SshData ReadBytes Method (Int32)SSH .NET Client Library Documentation
Reads next specified number of bytes data type from internal buffer.

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

protected byte[] ReadBytes(
	int length
)

Return Value

An array of bytes that was read from the internal buffer.
Exceptions

See Also