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

The TS_UD_SC_CORE data block contains core server connection-related information.
file:///C:/ts_dev/TestSuites/MS-RDPBCGR/TestSuite/Src/TD/latest_XMLS_16may/RDPBCGR/ _rfc_ms-rdpbcgr2_1_1_4_2.xml
Exibir arquivo Open project: Microsoft/WindowsProtocolTestSuites Class Usage Examples

Public Properties

Property Type Description
clientRequestedProtocols requestedProtocols_Values
earlyCapabilityFlags SC_earlyCapabilityFlags_Values
header TS_UD_HEADER
version TS_UD_SC_CORE_version_Values

Property Details

clientRequestedProtocols public_oe property

A 32-bit unsigned integer. Contains the flags sent by the client in the requestedProtocols field of the RDP Negotiation Request structure. In the event that an RDP Negotiation Request structure was not sent, this field MUST be initialized to PROTOCOL_RDP (0).
public requestedProtocols_Values clientRequestedProtocols
return requestedProtocols_Values

earlyCapabilityFlags public_oe property

A 32-bit, unsigned integer that specifies capabilities early in the connection sequence. If this field is present, all of the preceding fields MUST also be present.
public SC_earlyCapabilityFlags_Values earlyCapabilityFlags
return SC_earlyCapabilityFlags_Values

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 SC_CORE (0x0C01).
public TS_UD_HEADER,Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpbcgr header
return TS_UD_HEADER

version public_oe property

A 32-bit unsigned integer. The server version number for the Remote Desktop Protocol (RDP). The major version number is stored in the high 2 bytes, while the minor version number is stored in the low 2 bytes.
public TS_UD_SC_CORE_version_Values version
return TS_UD_SC_CORE_version_Values