SSH.Channel.Flush - charonn0/RB-libssh2 GitHub Wiki
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