SSHLogoff Method
Logoff from the SSH server.
Syntax
[VB.NET] Public Sub SSHLogoff()
[C#] public void SSHLogoff();
Remarks
Logoff from the SSH server. If that fails, the connection is terminated by the local host.
NOTE: This method has a corresponding asynchronous version (SSHLogoffAsync) for use in the Xamarin environment.