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

Public Properties

Property Type Description
ConnectionInfo ConnectionInformation
Hash byte[]
MsgHeader MessageHeader

Property Details

ConnectionInfo public property

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

Hash public property

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
return byte[]

MsgHeader public property

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
return MessageHeader