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

The TS_UD_CS_CLUSTER data block is sent by the client to the server either to advertise that it can support the Server Redirection PDU (see [MS_RDPEGDI] section 2.2.3.1) or to request a connection to a given session identifier.
file:///C:/ts_dev/TestSuites/MS-RDPBCGR/TestSuite/Src/TD/latest_XMLS_16may/RDPBCGR/ _rfc_ms-rdpbcgr2_1_1_3_5.xml
Exibir arquivo Open project: Microsoft/WindowsProtocolTestSuites Class Usage Examples

Public Properties

Property Type Description
Flags Flags_Values
RedirectedSessionID uint
header TS_UD_HEADER

Property Details

Flags public_oe property

A 32-bit unsigned integer. Cluster information flags.
public Flags_Values Flags
return Flags_Values

RedirectedSessionID public_oe property

A 32-bit unsigned integer. If the REDIRECTED_SESSIONID_FIELD_VALID flag is set in the Flags field, then the RedirectedSessionID field contains a valid session identifier to which the client wants to connect.
public uint RedirectedSessionID
return uint

header public_oe property

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