Reads next specified number of bytes data type from internal buffer.
Namespace: Renci.SshNet.CommonAssembly: Renci.SshNet (in Renci.SshNet.dll) Version: 0.1.0.0 (1.0.0.0)
Syntax
Parameters
- length
- Type:
System Int32
Number of bytes to read.
Return Value
An array of bytes that was read from the internal buffer.Exceptions
| Exception | Condition |
|---|---|
| length is greater than the internal buffer size. |
See Also