Skip to content

SSH.Channel.Close

Andrew Lambert edited this page Sep 8, 2023 · 9 revisions

SSH.Channel.Close

Method Signature

 Sub Close()

Remarks

This method sends a message to the server indicating that no further data will be sent over this channel. The server MAY continue to send data until it sends its own "no further data" message.

See also

Clone this wiki locally