C# Class 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.
Afficher le fichier Open project: Microsoft/WindowsProtocolTestSuites Class Usage Examples

Méthodes publiques

Свойство Type Description
ConnectionInfo ConnectionInformation
ContentTag byte[]
MsgHeader MessageHeader
SegmentInfo Microsoft.Protocols.TestTools.StackSdk.BranchCache.Pccrc.Content_Information_Data_Structure

Property Details

ConnectionInfo public_oe property

ConnectionInformation (8 bytes): A CONNECTION_INFORMATION structure (section 2.2.1.2).
public ConnectionInformation,Microsoft.Protocols.TestSuites.Pchc ConnectionInfo
Résultat ConnectionInformation

ContentTag public_oe property

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
Résultat byte[]

MsgHeader public_oe property

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
Résultat MessageHeader

SegmentInfo public_oe property

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
Résultat Microsoft.Protocols.TestTools.StackSdk.BranchCache.Pccrc.Content_Information_Data_Structure