Renci.SshNet.SshClient.SshClient C# (CSharp) Méthode

SshClient() public méthode

Initializes a new instance of the SshClient class.
is null.
public SshClient ( ConnectionInfo connectionInfo ) : System
connectionInfo ConnectionInfo The connection info.
Résultat 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