C# Class Microsoft.Protocols.TestTools.StackSdk.BranchCache.Pccrr.MSG_BLKLIST

MSG_BLKLIST packet.
Show file Open project: Microsoft/WindowsProtocolTestSuites Class Usage Examples

Public Properties

Property Type Description
BlockRangeCount uint
NextBlockIndex uint
SizeOfSegmentId uint

Property Details

BlockRangeCount public property

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
return uint

NextBlockIndex public property

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
return uint

SizeOfSegmentId public property

The size, in bytes, of the subsequent SegmentId field.
public uint SizeOfSegmentId
return uint