Renci.SshNet.Sftp.Requests.SftpLinkRequest.LoadData C# (CSharp) Method

LoadData() protected method

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