C# Класс Microsoft.Protocols.TestTools.StackSdk.BranchCache.Pccrr.MSG_BLKLIST

MSG_BLKLIST packet.
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
BlockRangeCount uint
NextBlockIndex uint
SizeOfSegmentId uint

Описание свойств

BlockRangeCount публичное свойство

Number of items in the subsequent block range array. The server MUST set the BlockRangeCount field to 0 if it does not have any of the requested block ranges.
public uint BlockRangeCount
Результат uint

NextBlockIndex публичное свойство

The index of the first block after the block sent in the current message, currently available for download from this server-role peer. If no such next block is available, this index MUST be zero.
public uint NextBlockIndex
Результат uint

SizeOfSegmentId публичное свойство

The size, in bytes, of the subsequent SegmentId field.
public uint SizeOfSegmentId
Результат uint