Skip to content

SSH.Channel.WriteBuffer

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

SSH.Channel.WriteBuffer

Method Signatures

 Sub WriteBuffer(Data As MemoryBlock, StreamID As Integer)

Parameters

Name Type Comment
Data MemoryBlock The data to write to the channel.
StreamID Integer The stream to write to.

Remarks

This method is the same as Write() except it takes a MemoryBlock instead of a String. This allows us to point to the Data directly instead of copying it.

Clone this wiki locally