C# Класс 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
Наследование: RdpbcgrServerPdu
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
commonHeader SlowPathPduCommonHeader
deactivateAllPduData TS_DEACTIVATE_ALL_PDU

Открытые методы

Метод Описание
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[]

Приватные методы

Метод Описание
EncodeDeactivateAllData ( TS_DEACTIVATE_ALL_PDU deactivateAllPduData ) : byte[]

Описание методов

Clone() публичный Метод

public Clone ( ) : StackPacket
Результат StackPacket

Server_Deactivate_All_Pdu() публичный Метод

The constructor of the class with no parameter.
public Server_Deactivate_All_Pdu ( ) : System
Результат System

Server_Deactivate_All_Pdu() публичный Метод

The constructor of the class.
public Server_Deactivate_All_Pdu ( RdpbcgrServerSessionContext serverSessionContext ) : System
serverSessionContext RdpbcgrServerSessionContext Specify the session context.
Результат System

ToBytes() публичный Метод

public ToBytes ( ) : byte[]
Результат byte[]

Описание свойств

commonHeader публичное свойство

The slow path header.
public SlowPathPduCommonHeader,Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpbcgr commonHeader
Результат SlowPathPduCommonHeader

deactivateAllPduData публичное свойство

The actual contents of the Deactivate All PDU, as specified in section .
public TS_DEACTIVATE_ALL_PDU,Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpbcgr deactivateAllPduData
Результат TS_DEACTIVATE_ALL_PDU