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

LoadData() protected méthode

protected LoadData ( ) : void
Résultat void
        protected override void LoadData()
        {
            base.LoadData();
            Handle = ReadBinary();
            Offset = ReadUInt64();
            Length = ReadUInt64();
        }