C# (CSharp) Microsoft.Protocols.TestTools.StackSdk.BranchCache.Pchc Namespace

Classes

Name Description
BATCHED_OFFER_MESSAGE BATCHED_OFFER_MESSAGE structure.
CONNECTION_INFORMATION All Peer Content Caching and Retrieval: Hosted Cache Protocol request messages use a common connection information structure, which describes the information needed by the hosted cache to use the Peer Content Caching and Retrieval: Retrieval Protocol [MS-PCCRR] as a client-role peer, to download needed blocks from the client as a server-role peer.
DecodeMessage Unaarshal the message from byte array.
EncodeMessage Marshal the message into byte array.
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.
MESSAGE_HEADER The common header of request message.
NoINITIALOFFERMESSAGEReceivedException
NoRESPONSEMESSAGEException
NoSEGMENTINFOMESSAGEReceivedException
PCHCClient The PCHC client class which is used to exchange the pchc message between the hosted cache server.
PCHCServer The PCHC server class which is used to exchange the pchc message between the client.
PchcConsts PCHC consts
RESPONSE_MESSAGE Response message are sent in response to the request message: INITIAL_OFFER_MESSAGE, SEGMENT_INFO_MESSAGE.
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.
SegmentDescriptor Segment descriptor structure.
TRANSPORT_HEADER The transport adds the TRANSPORT_HEADER in front of any response protocol message.