-
-
Notifications
You must be signed in to change notification settings - Fork 4
SSH.Channel.Disconnected
Andrew Lambert edited this page Nov 26, 2022
·
3 revisions
Event Sub Disconnected()This event is raised if polling the channel resulted in a disconnect condition. This may or may not be an error depending on the circumstances. Check Channel.LastError and/or Session.LastError if this occurs unexpectedly.
After receiving this event Channel.IsOpen will be False and Channel.EOF will be True, however there may still be data to read in the internal buffer.
Wiki home | Project page | Bugs | Become a sponsor
Text and code examples are Copyright ©2018-26 Andrew Lambert, offered under the CC BY-SA 3.0 License.