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

The Server Synchronize PDU is a Standard RDP Connection Sequence PDU sent from server to client during the Connection Finalization phase (see section ). It is sent after receiving the Confirm Active PDU.
file:///C:/ts_dev/TestSuites/MS-RDPBCGR/TestSuite/Src/TD/latest_XMLS_16may/RDPBCGR/ _rfc_ms-rdpbcgr2_1_1_19.xml
Inheritance: RdpbcgrServerPdu
Afficher le fichier Open project: Microsoft/WindowsProtocolTestSuites Class Usage Examples

Méthodes publiques

Свойство Type Description
commonHeader SlowPathPduCommonHeader
synchronizePduData TS_SYNCHRONIZE_PDU

Méthodes publiques

Méthode Description
Clone ( ) : StackPacket

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

Server_Synchronize_Pdu ( ) : System

The constructor of the class with no parameter.

Server_Synchronize_Pdu ( RdpbcgrServerSessionContext serverSessionContext ) : System

The constructor of the class.

ToBytes ( ) : byte[]

Encode this structure into byte array.

Private Methods

Méthode Description
EncodeSynchronizeData ( TS_SYNCHRONIZE_PDU synchronizePduData ) : byte[]

Method Details

Clone() public méthode

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

Server_Synchronize_Pdu() public méthode

The constructor of the class with no parameter.
public Server_Synchronize_Pdu ( ) : System
Résultat System

Server_Synchronize_Pdu() public méthode

The constructor of the class.
public Server_Synchronize_Pdu ( RdpbcgrServerSessionContext serverSessionContext ) : System
serverSessionContext RdpbcgrServerSessionContext Specify the session context.
Résultat System

ToBytes() public méthode

Encode this structure into byte array.
public ToBytes ( ) : byte[]
Résultat byte[]

Property Details

commonHeader public_oe property

The slow path header.
public SlowPathPduCommonHeader,Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpbcgr commonHeader
Résultat SlowPathPduCommonHeader

synchronizePduData public_oe property

The actual contents of the Synchronize PDU as described in section .
public TS_SYNCHRONIZE_PDU,Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpbcgr synchronizePduData
Résultat TS_SYNCHRONIZE_PDU