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

MSG_BLKLIST packet.
Datei anzeigen Open project: Microsoft/WindowsProtocolTestSuites Class Usage Examples

Public Properties

Property Type Description
BlockRangeCount uint
NextBlockIndex uint
SizeOfSegmentId uint

Property Details

BlockRangeCount public_oe 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_oe 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_oe property

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