-
-
Notifications
You must be signed in to change notification settings - Fork 4
SSH.Session.Close
Andrew Lambert edited this page Nov 26, 2022
·
4 revisions
Sub Close(Description As String = "The session has ended.", Reason As SSH.DisconnectReason = SSH.DisconnectReason.AppRequested, Language As String = "")
Name | Type | Comment |
---|---|---|
Description |
String | Optional. A human-readable description for why the session is being closed. |
Reason |
DisconnectReason | Optional. The reason for ending the session. |
Language |
String | Optional. The language code of the Description . |
Ends the SSH session and closes the socket.
Wiki home | Project page | Bugs | Become a sponsor
Text and code examples are Copyright ©2018-24 Andrew Lambert, offered under the CC BY-SA 3.0 License.