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.
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
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