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

LoadData() protected method

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