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

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

Public Properties

Property Type Description
ConnectionInfo CONNECTION_INFORMATION
Hash byte[]
MsgHeader MESSAGE_HEADER

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

Hash public_oe 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_oe property

MessageHeader (8 bytes): A MESSAGE_HEADER structure (section 2.2.1.1), with the Type field set to 0x0001.
public MESSAGE_HEADER,Microsoft.Protocols.TestTools.StackSdk.BranchCache.Pchc MsgHeader
return MESSAGE_HEADER