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

The GetBlockList message contains a request for a download block list. It is used when retrieving a set of blocks defined by one or more BLOCK_ARRAY_RANGE items.
Show file Open project: Microsoft/WindowsProtocolTestSuites Class Usage Examples

Public Properties

Property Type Description
NeededBlocksRangeCount uint
SizeOfSegmentID uint

Property Details

NeededBlocksRangeCount public property

Number of items in the subsequent block range array.
public uint NeededBlocksRangeCount
return uint

SizeOfSegmentID public property

Size in bytes of the subsequent SegmentID field.
public uint SizeOfSegmentID
return uint