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

NetConfClient() public method

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

Same methods

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