C# Class Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpbcgr.LICENSE_PREAMBLE

The LICENSE_PREAMBLE structure precedes every licensing packet sent on the wire.
file:///C:/ts_dev/TestSuites/MS-RDPBCGR/TestSuite/Src/TD/latest_XMLS_16may/RDPBCGR/ _rfc_ms-rdpbcgr2_1_1_12_1.xml
Exibir arquivo Open project: Microsoft/WindowsProtocolTestSuites Class Usage Examples

Public Properties

Property Type Description
bMsgType bMsgType_Values
bVersion bVersion_Values
wMsgSize ushort

Property Details

bMsgType public_oe property

An 8-bit unsigned integer. A type of the licensing packet. For more details about the different licensing packets, see [MS-RDPELE].Sent by server:
public bMsgType_Values bMsgType
return bMsgType_Values

bVersion public_oe property

An 8-bit unsigned integer. The license protocol version.
public bVersion_Values bVersion
return bVersion_Values

wMsgSize public_oe property

An 16-bit, unsigned integer. The size in bytes of the licensing packet (including the size of the preamble)
public ushort wMsgSize
return ushort