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

The Confirm Active PDU is a Standard RDP Connection Sequence PDU sent from client to server during the Capabilities Negotiation phase (see section ). It is sent as a response to the Demand Active PDU.
file:///C:/ts_dev/TestSuites/MS-RDPBCGR/TestSuite/Src/TD/latest_XMLS_16may/RDPBCGR/ _rfc_ms-rdpbcgr2_1_1_13_2.xml
Inheritance: RdpbcgrClientPdu
ファイルを表示 Open project: Microsoft/WindowsProtocolTestSuites Class Usage Examples

Public Properties

Property Type Description
commonHeader SlowPathPduCommonHeader
confirmActivePduData TS_CONFIRM_ACTIVE_PDU

Public Methods

Method Description
Client_Confirm_Active_Pdu ( ) : System

The constructor of the class with no parameter.

Client_Confirm_Active_Pdu ( Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpbcgr.RdpbcgrClientContext clientContext ) : System

The constructor of the class.

Clone ( ) : StackPacket

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

ToBytes ( ) : byte[]

Encode this structure into byte array.

Private Methods

Method Description
EncodeConfirmData ( TS_CONFIRM_ACTIVE_PDU confirmActivePduData ) : byte[]

Encode confirmActivePduData field.

Method Details

Client_Confirm_Active_Pdu() public method

The constructor of the class with no parameter.
public Client_Confirm_Active_Pdu ( ) : System
return System

Client_Confirm_Active_Pdu() public method

The constructor of the class.
public Client_Confirm_Active_Pdu ( Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpbcgr.RdpbcgrClientContext clientContext ) : System
clientContext Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpbcgr.RdpbcgrClientContext Specify the context.
return System

Clone() public method

Create an instance of the class that is identical to the current PDU.
public Clone ( ) : StackPacket
return StackPacket

ToBytes() public method

Encode this structure into byte array.
public ToBytes ( ) : byte[]
return byte[]

Property Details

commonHeader public_oe property

The slow path header.
public SlowPathPduCommonHeader,Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpbcgr commonHeader
return SlowPathPduCommonHeader

confirmActivePduData public_oe property

The actual contents of the Confirm Active PDU, as specified in section .
public TS_CONFIRM_ACTIVE_PDU,Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpbcgr confirmActivePduData
return TS_CONFIRM_ACTIVE_PDU