C# 클래스 Microsoft.Protocols.TestTools.StackSdk.BranchCache.Pccrr.MSG_BLKLIST

MSG_BLKLIST packet.
파일 보기 프로젝트 열기: Microsoft/WindowsProtocolTestSuites 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
BlockRangeCount uint
NextBlockIndex uint
SizeOfSegmentId uint

프로퍼티 상세

BlockRangeCount 공개적으로 프로퍼티

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
리턴 uint

NextBlockIndex 공개적으로 프로퍼티

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
리턴 uint

SizeOfSegmentId 공개적으로 프로퍼티

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