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

The TS_UD_CS_NET packet contains a list of requested virtual channels.
file:///C:/ts_dev/TestSuites/MS-RDPBCGR/TestSuite/Src/TD/latest_XMLS_16may/RDPBCGR/ _rfc_ms-rdpbcgr2_1_1_3_4.xml
Exibir arquivo Open project: Microsoft/WindowsProtocolTestSuites Class Usage Examples

Public Properties

Property Type Description
channelCount uint
channelDefArray List
header TS_UD_HEADER

Property Details

channelCount public_oe property

A 32-bit unsigned integer. The number of requested static virtual channels (the maximum allowed is 30).
public uint channelCount
return uint

channelDefArray public_oe property

A variable length array containing the information for requested static virtual channels encapsulated in CHANNEL_DEF structures. The number of CHANNEL_DEF structures which follows is given by the channelCount field.
public List channelDefArray
return List

header public_oe property

A 32-bit unsigned integer. GCC user data block header, as specified in User Data Header. The User Data Header type field MUST be set to CS_NET (0xC003).
public TS_UD_HEADER,Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpbcgr header
return TS_UD_HEADER