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

An ENCODED_SEGMENT_AGE is an array of four bytes that describes the age of a segment of data involved in a Peer Content Caching and Retrieval: Retrieval Protocol message exchange. The age refers to the amount of time that has elapsed since the specified segment was first created in the local BranchCache cache.
파일 보기 프로젝트 열기: Microsoft/WindowsProtocolTestSuites

공개 프로퍼티들

프로퍼티 타입 설명
SegmentAgeHighPart byte
SegmentAgeLowPart byte
SegmentAgeMidPart byte
SegmentIndex byte

프로퍼티 상세

SegmentAgeHighPart 공개적으로 프로퍼티

High part of the age of the segment.
public byte SegmentAgeHighPart
리턴 byte

SegmentAgeLowPart 공개적으로 프로퍼티

Low part of the age of the segment.
public byte SegmentAgeLowPart
리턴 byte

SegmentAgeMidPart 공개적으로 프로퍼티

Mid part of the age of the segment.
public byte SegmentAgeMidPart
리턴 byte

SegmentIndex 공개적으로 프로퍼티

Index of a segment among all of the segments involved in the current message exchange. The index is relative to the first segment addressed in the message containing the specific current ENCODED_SEGMENT_AGE structure.
public byte SegmentIndex
리턴 byte