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

SftpClient() public method

Initializes a new instance of the SftpClient class.
is null.
public SftpClient ( ConnectionInfo connectionInfo ) : System
connectionInfo ConnectionInfo The connection info.
return System
        public SftpClient(ConnectionInfo connectionInfo)
            : this(connectionInfo, false)
        {
        }

Same methods

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