Renci.SshNet.Sftp.Requests.SftpLinkRequest.LoadData C# (CSharp) Méthode

LoadData() protected méthode

protected LoadData ( ) : void
Résultat void
        protected override void LoadData()
        {
            base.LoadData();
            _newLinkPath = ReadBinary();
            _existingPath = ReadBinary();
            IsSymLink = ReadBoolean();
        }