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.
파일 보기 프로젝트 열기: Microsoft/WindowsProtocolTestSuites 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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