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

SshClient() private method

private SshClient ( string host, int port, string username ) : System
host string
port int
username string
return System
        public SshClient(string host, int port, string username, params PrivateKeyFile[] keyFiles)
            : this(new PrivateKeyConnectionInfo(host, port, username, keyFiles), 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, string password ) : System
SshClient::SshClient ( string host, string username ) : System
SshClient::SshClient ( string host, string username, string password ) : System