Skip to content

SSH.Channel.ReadBuffer

Andrew Lambert edited this page Nov 26, 2022 · 3 revisions

SSH.Channel.ReadBuffer

Method Signature

 Function ReadBuffer(Count As Integer, StreamID As Integer) As MemoryBlock

Parameters

Name Type Comment
Count Integer The number of bytes to read.
StreamID Integer The stream to read from.

Return value

Returns a MemoryBlock containing the data that was read.

Remarks

This method is the same as Read() except it returns a MemoryBlock instead of a String.

See also

Clone this wiki locally