SSHLogon Method
Logon to the selected server.
Syntax
[VB.NET] Public Sub SSHLogon(ByVal SSHHost As String, ByVal SSHPort As Integer)
[C#] public void SSHLogon(string SSHHost, int SSHPort);
Remarks
Logon to the SSH server using the current SSHUser and SSHPassword. This will perform the SSH handshake and authentication.
NOTE: This method has a corresponding asynchronous version (SSHLogonAsync) for use in the Xamarin environment.