Poderosa.SFTP.SCPCommand.CanExecute C# (CSharp) Метод

CanExecute() публичный Метод

public CanExecute ( ICommandTarget target ) : bool
target ICommandTarget
Результат bool
        public bool CanExecute(ICommandTarget target)
        {
            // Note: Currently, SCPClient supports only SSH2.
            return IsAcceptable(target, false, true);
        }