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

The common header of request message.
Afficher le fichier Open project: Microsoft/WindowsProtocolTestSuites Class Usage Examples

Méthodes publiques

Свойство Type Description
MajorVersion byte
MinorVersion byte

Property Details

MajorVersion public_oe property

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

MinorVersion public_oe property

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