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

The TS_CONFIRM_ACTIVE_PDU structure is a standard T.128 Confirm Active PDU (see [T128] section 8.4.1).
file:///C:/ts_dev/TestSuites/MS-RDPBCGR/TestSuite/Src/TD/latest_XMLS_16may/RDPBCGR/ _rfc_ms-rdpbcgr2_1_1_13_2_1.xml
Afficher le fichier Open project: Microsoft/WindowsProtocolTestSuites Class Usage Examples

Méthodes publiques

Свойство Type Description
capabilitySets Collection
lengthCombinedCapabilities ushort
lengthSourceDescriptor ushort
numberCapabilities ushort
originatorId originatorId_Values
pad2Octets ushort
shareControlHeader TS_SHARECONTROLHEADER
shareId uint
sourceDescriptor byte[]

Méthodes publiques

Méthode Description
Clone ( ) : TS_CONFIRM_ACTIVE_PDU

Create an instance of the class that is identical to the current PDU.

Method Details

Clone() public méthode

Create an instance of the class that is identical to the current PDU.
public Clone ( ) : TS_CONFIRM_ACTIVE_PDU
Résultat TS_CONFIRM_ACTIVE_PDU

Property Details

capabilitySets public_oe property

An array of TS_CAPS_SET structures. Collection of capability sets, each conforming to the TS_CAPS_SET structure. The number of capability sets is specified by the numberCapabilities field.
public Collection capabilitySets
Résultat Collection

lengthCombinedCapabilities public_oe property

A 16-bit unsigned integer. The combined size in bytes of the numberCapabilities, pad2Octets and capabilitySets fields.
public ushort lengthCombinedCapabilities
Résultat ushort

lengthSourceDescriptor public_oe property

A 16-bit unsigned integer. The size in bytes of the sourceDescriptor field.
public ushort lengthSourceDescriptor
Résultat ushort

numberCapabilities public_oe property

A 16-bit unsigned integer. Number of capability sets included in the Confirm Active PDU.
public ushort numberCapabilities
Résultat ushort

originatorId public_oe property

A 16-bit unsigned integer. The identifier of the packet originator. This field MUST be set to the server channel ID (in Microsoft RDP server implementations, this value is always 0x03EA).
public originatorId_Values originatorId
Résultat originatorId_Values

pad2Octets public_oe property

A 16-bit unsigned integer. Padding. Values in this field are ignored.
public ushort pad2Octets
Résultat ushort

shareControlHeader public_oe property

Share Control Header containing information about the packet.The type subfield of the pduType field of the Share Control Header MUST be set to PDUTYPE_CONFIRMACTIVEPDU (3).
public TS_SHARECONTROLHEADER,Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpbcgr shareControlHeader
Résultat TS_SHARECONTROLHEADER

shareId public_oe property

A 32-bit unsigned integer. The share identifier for the packet (see [T128] section 8.4.2 for more information regarding share IDs).
public uint shareId
Résultat uint

sourceDescriptor public_oe property

Source descriptor. The Microsoft RDP client sets the contents of this field to { 0x4D, 0x53, 0x54, 0x53, 0x43, 0x00 }, which is the ANSI representation of the null-terminated string "MSTSC" in hexadecimal.
public byte[] sourceDescriptor
Résultat byte[]