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

ScpClient() private method

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

Same methods

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