C# Class Microsoft.Protocols.TestTools.StackSdk.BranchCache.Pccrr.REQUEST_MESSAGE

The complete layout of a Request type Retrieval Protocol Message sent over HTTP is as follows.
Datei anzeigen Open project: Microsoft/WindowsProtocolTestSuites Class Usage Examples

Public Properties

Property Type Description
MESSAGEBODY object
MESSAGEHEADER MESSAGE_HEADER

Property Details

MESSAGEBODY public_oe property

Message body, which contains either a GetBlockList or GetBlocks request message.
public object MESSAGEBODY
return object

MESSAGEHEADER public_oe property

Message header.
public MESSAGE_HEADER,Microsoft.Protocols.TestTools.StackSdk.BranchCache.Pccrr MESSAGEHEADER
return MESSAGE_HEADER