C# Class Microsoft.Protocols.TestTools.StackSdk.BranchCache.Pchc.SEGMENT_INFO_MESSAGE

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.
Datei anzeigen Open project: Microsoft/WindowsProtocolTestSuites Class Usage Examples

Public Properties

Property Type Description
ConnectionInfo CONNECTION_INFORMATION
ContentTag byte[]
MsgHeader MESSAGE_HEADER
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 CONNECTION_INFORMATION,Microsoft.Protocols.TestTools.StackSdk.BranchCache.Pchc ConnectionInfo
return CONNECTION_INFORMATION

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
return 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 MESSAGE_HEADER,Microsoft.Protocols.TestTools.StackSdk.BranchCache.Pchc MsgHeader
return MESSAGE_HEADER

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