C# 클래스 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.
파일 보기 프로젝트 열기: Microsoft/WindowsProtocolTestSuites 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
ReqBlockRangeCount uint
SizeOfDataForVrfBlock uint
SizeOfSegmentID uint

프로퍼티 상세

ReqBlockRangeCount 공개적으로 프로퍼티

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

SizeOfDataForVrfBlock 공개적으로 프로퍼티

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

SizeOfSegmentID 공개적으로 프로퍼티

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