Renci.SshNet.SshClient.SshClient C# (CSharp) Method

SshClient() private method

private SshClient ( string host, int port, string username, string password ) : System
host string
port int
username string
password string
return System
        public SshClient(string host, int port, string username, string password)
            : this(new PasswordConnectionInfo(host, port, username, password), true)
        {
        }

Same methods

SshClient::SshClient ( ConnectionInfo connectionInfo ) : System
SshClient::SshClient ( ConnectionInfo connectionInfo, bool ownsConnectionInfo ) : System
SshClient::SshClient ( ConnectionInfo connectionInfo, bool ownsConnectionInfo, IServiceFactory serviceFactory ) : System
SshClient::SshClient ( string host, int port, string username ) : System
SshClient::SshClient ( string host, string username ) : System
SshClient::SshClient ( string host, string username, string password ) : System