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

The GetBlocks message contains a request for blocks of content. It is used to retrieve a set of blocks defined by a single BLOCK_ARRAY_RANGE.
Mostrar archivo Open project: Microsoft/WindowsProtocolTestSuites Class Usage Examples

Public Properties

Property Type Description
ReqBlockRangeCount uint
SizeOfDataForVrfBlock uint
SizeOfSegmentID uint

Property Details

ReqBlockRangeCount public_oe property

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

SizeOfDataForVrfBlock public_oe property

Size in bytes of the subsequent DataForVrfBlock field. This field SHOULD be zero.
public uint SizeOfDataForVrfBlock
return uint

SizeOfSegmentID public_oe property

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