SshData ReadBytes Method SSH .NET Client Library Documentation
Reads all data left in internal buffer at current position.

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

protected byte[] ReadBytes()

Return Value

An array of bytes containing the remaining data in the internal buffer.
See Also