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

The TS_UD_SC_MCS_MSGCHANNEL packet is used to specify the ID of the MCS channel which transports the Initiate Multitransport Request PDU (section 2.2.15.1).
Show file Open project: Microsoft/WindowsProtocolTestSuites Class Usage Examples

Public Properties

Property Type Description
MCSChannelID ushort
header TS_UD_HEADER

Property Details

MCSChannelID public property

A 16-bit, unsigned integer that specifies the ID of the MCS channel which transports the Initiate Multitransport Request PDU (section 2.2.15.1).
public ushort MCSChannelID
return ushort

header public property

GCC user data block header, as specified in User Data Header. The User Data Header type field MUST be set to SC_MCS_MSGCHANNEL (0x0C04).
public TS_UD_HEADER,Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpbcgr header
return TS_UD_HEADER