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

SshClient() public method

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

Same methods

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, int port, string username, string password ) : System
SshClient::SshClient ( string host, string username ) : System
SshClient::SshClient ( string host, string username, string password ) : System