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

The Demand Active PDU is a Standard RDP Connection Sequence PDU sent from server to client during the Capabilities Negotiation phase (see section ). It is sent upon successful completion of the Licensing phase (see section ) of the connection sequence.
file:///C:/ts_dev/TestSuites/MS-RDPBCGR/TestSuite/Src/TD/latest_XMLS_16may/RDPBCGR/ _rfc_ms-rdpbcgr2_1_1_13_1.xml
Inheritance: RdpbcgrServerPdu
Exibir arquivo Open project: Microsoft/WindowsProtocolTestSuites Class Usage Examples

Public Properties

Property Type Description
commonHeader SlowPathPduCommonHeader
demandActivePduData TS_DEMAND_ACTIVE_PDU

Public Methods

Method Description
Clone ( ) : StackPacket

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

Server_Demand_Active_Pdu ( ) : System

The constructor of the class with no parameter.

Server_Demand_Active_Pdu ( RdpbcgrServerSessionContext serverSessionContext ) : System

The constructor of the class.

ToBytes ( ) : byte[]

Encode this structure into byte array.

Private Methods

Method Description
EncodeConfirmData ( TS_DEMAND_ACTIVE_PDU demandActivePduData ) : byte[]

Encode confirmActivePduData field.

Method Details

Clone() public method

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

Server_Demand_Active_Pdu() public method

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

Server_Demand_Active_Pdu() public method

The constructor of the class.
public Server_Demand_Active_Pdu ( RdpbcgrServerSessionContext serverSessionContext ) : System
serverSessionContext RdpbcgrServerSessionContext Specify the session context.
return System

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

demandActivePduData public_oe property

The actual contents of the Demand Active PDU, as specified in section .
public TS_DEMAND_ACTIVE_PDU,Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpbcgr demandActivePduData
return TS_DEMAND_ACTIVE_PDU