C# Класс Microsoft.Protocols.TestSuites.Pchc.SegmentInfoMessage

A SEGMENT_INFO_MESSAGE is a request message sent by the client to the hosted cache containing the segment hash of data (HoD) for the previously offered segment, as well as the range of block hashes in the segment. Whether a SEGMENT_INFO_MESSAGE is sent depends on the hosted cache's response to the previous INITIAL_OFFER_MESSAGE containing the same HoHoDk.
Показать файл Открыть проект Примеры использования класса

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

Свойство Тип Описание
ConnectionInfo ConnectionInformation
ContentTag byte[]
MsgHeader MessageHeader
SegmentInfo Microsoft.Protocols.TestTools.StackSdk.BranchCache.Pccrc.Content_Information_Data_Structure

Описание свойств

ConnectionInfo публичное свойство

ConnectionInformation (8 bytes): A CONNECTION_INFORMATION structure (section 2.2.1.2).
public ConnectionInformation,Microsoft.Protocols.TestSuites.Pchc ConnectionInfo
Результат ConnectionInformation

ContentTag публичное свойство

PEERDIST_CONTENT_TAG (16 bytes): A structure consisting of 16 bytes of opaque data. This field contains a tag supplied by a higher protocol layer on the client. The tag is added to the information being sent by the client to the hosted cache. The data is then passed to the appropriate layer on the hosted cache.
public byte[] ContentTag
Результат byte[]

MsgHeader публичное свойство

MessageHeader (8 bytes): A MESSAGE_HEADER structure (section 2.2.1.1), with the Type field set to 0x0002.
public MessageHeader,Microsoft.Protocols.TestSuites.Pchc MsgHeader
Результат MessageHeader

SegmentInfo публичное свойство

SEGMENT_INFORMATION (variable): A content information data structure ([MS-PCCRC] section 2.3)
public Content_Information_Data_Structure,Microsoft.Protocols.TestTools.StackSdk.BranchCache.Pccrc SegmentInfo
Результат Microsoft.Protocols.TestTools.StackSdk.BranchCache.Pccrc.Content_Information_Data_Structure