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

The TS_UD_CS_MULTITRANSPORT packet is used to indicate support for the RDP Multitransport Layer ([MS-RDPEMT] section 1.3) and to specify multitransport characteristics.
Exibir arquivo Open project: Microsoft/WindowsProtocolTestSuites Class Usage Examples

Public Properties

Property Type Description
flags MULTITRANSPORT_TYPE_FLAGS
header TS_UD_HEADER

Property Details

flags public_oe property

A 32-bit, unsigned integer that specifies protocols supported by the server-side multitransport layer.
public MULTITRANSPORT_TYPE_FLAGS flags
return MULTITRANSPORT_TYPE_FLAGS

header public_oe property

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