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

BaseClient() protected method

Initializes a new instance of the BaseClient class.
If ownsConnectionInfo is true, then the connection info will be disposed when this instance is disposed.
is null.
protected BaseClient ( ConnectionInfo connectionInfo, bool ownsConnectionInfo ) : System
connectionInfo ConnectionInfo The connection info.
ownsConnectionInfo bool Specified whether this instance owns the connection info.
return System
        protected BaseClient(ConnectionInfo connectionInfo, bool ownsConnectionInfo)
            : this(connectionInfo, ownsConnectionInfo, new ServiceFactory())
        {
        }

Same methods

BaseClient::BaseClient ( ConnectionInfo connectionInfo, bool ownsConnectionInfo, IServiceFactory serviceFactory ) : System