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

The common header of request message.
Show file Open project: Microsoft/WindowsProtocolTestSuites Class Usage Examples

Public Properties

Property Type Description
MajorVersion byte
MinorVersion byte

Property Details

MajorVersion public property

MajorVersion (1 byte): The major part of the version, which MUST be 0x01.
public byte MajorVersion
return byte

MinorVersion public property

MinorVersion (1 byte): The minor part of the version, which MUST be 0x00.
public byte MinorVersion
return byte