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

The CHANNEL_PDU_HEADER MUST precede all opaque static virtual channel traffic chunks transmitted via RDP between client and server.
file:///C:/ts_dev/TestSuites/MS-RDPBCGR/TestSuite/Src/TD/latest_XMLS_16may/RDPBCGR/ _rfc_ms-rdpbcgr2_1_6_1_1a.xml
Exibir arquivo Open project: Microsoft/WindowsProtocolTestSuites Class Usage Examples

Public Properties

Property Type Description
flags CHANNEL_PDU_HEADER_flags_Values
length uint

Property Details

flags public_oe property

A 32-bit unsigned integer. The channel control flags.
public CHANNEL_PDU_HEADER_flags_Values flags
return CHANNEL_PDU_HEADER_flags_Values

length public_oe property

A 32-bit unsigned integer. The total length in bytes of the uncompressed channel data, excluding this header. The data can span over multiple frames and the individual chunks will need to be reassembled in that case (see section ).
public uint length
return uint