Skip to content

SSH.Channel.Flush

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

SSH.Channel.Flush

Method Signatures

 Sub Flush(StreamID As Integer)
 Private Sub Flush() Implements Writeable.Flush

Parameters

Name Type Comment
StreamID Integer The stream number to flush.

Remarks

Flushes the specified stream. The default/main stream is stream 0.

See also

Clone this wiki locally