C# 클래스 Microsoft.Protocols.TestSuites.Pchc.InitialOfferMessage

An INITIAL_OFFER_MESSAGE is the first message a client sends to the hosted cache. The INITIAL_OFFER_MESSAGE is a request message that notifies the hosted cache of new content available on the client.
파일 보기 프로젝트 열기: Microsoft/WindowsProtocolTestSuites 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
ConnectionInfo ConnectionInformation
Hash byte[]
MsgHeader MessageHeader

프로퍼티 상세

ConnectionInfo 공개적으로 프로퍼티

ConnectionInformation (8 bytes): A CONNECTION_INFORMATION structure (section 2.2.1.2).
public ConnectionInformation,Microsoft.Protocols.TestSuites.Pchc ConnectionInfo
리턴 ConnectionInformation

Hash 공개적으로 프로퍼티

Hash (variable): The Hash field is a binary byte array that contains the HoHoDk of the segment that was partly or fully downloaded by the client.
public byte[] Hash
리턴 byte[]

MsgHeader 공개적으로 프로퍼티

MessageHeader (8 bytes): A MESSAGE_HEADER structure (section 2.2.1.1), with the Type field set to 0x0001.
public MessageHeader,Microsoft.Protocols.TestSuites.Pchc MsgHeader
리턴 MessageHeader