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

The Deactivate All PDU is sent from server to client to indicate that the connection will be dropped or that a capability renegotiation using a Deactivation-Reactivation Sequence (see section ) will occur.
file:///C:/ts_dev/TestSuites/MS-RDPBCGR/TestSuite/Src/TD/latest_XMLS_16may/RDPBCGR/ _rfc_ms-rdpbcgr2_1_3_1.xml
Inheritance: RdpbcgrServerPdu
Exibir arquivo Open project: Microsoft/WindowsProtocolTestSuites Class Usage Examples

Public Properties

Property Type Description
commonHeader SlowPathPduCommonHeader
deactivateAllPduData TS_DEACTIVATE_ALL_PDU

Public Methods

Method Description
Clone ( ) : StackPacket
Server_Deactivate_All_Pdu ( ) : System

The constructor of the class with no parameter.

Server_Deactivate_All_Pdu ( RdpbcgrServerSessionContext serverSessionContext ) : System

The constructor of the class.

ToBytes ( ) : byte[]

Private Methods

Method Description
EncodeDeactivateAllData ( TS_DEACTIVATE_ALL_PDU deactivateAllPduData ) : byte[]

Method Details

Clone() public method

public Clone ( ) : StackPacket
return StackPacket

Server_Deactivate_All_Pdu() public method

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

Server_Deactivate_All_Pdu() public method

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

ToBytes() public method

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

deactivateAllPduData public_oe property

The actual contents of the Deactivate All PDU, as specified in section .
public TS_DEACTIVATE_ALL_PDU,Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpbcgr deactivateAllPduData
return TS_DEACTIVATE_ALL_PDU