C# Класс Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpbcgr.Client_Persistent_Key_List_Pdu

The Persistent Key List PDU is a Standard RDP Connection Sequence PDU sent from client to server during the Connection Finalization phase (see section ). This PDU MAY be sent after transmitting the Client Control PDU (Request Control). It MUST NOT be sent to a server which does not advertise support for the Bitmap Host Cache Support Capability Set.
file:///C:/ts_dev/TestSuites/MS-RDPBCGR/TestSuite/Src/TD/latest_XMLS_16may/RDPBCGR/ _rfc_ms-rdpbcgr2_1_1_17.xml
Наследование: RdpbcgrClientPdu
Показать файл Открыть проект Примеры использования класса

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

Свойство Тип Описание
commonHeader SlowPathPduCommonHeader
persistentKeyListPduData TS_BITMAPCACHE_PERSISTENT_LIST_PDU

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

Метод Описание
Client_Persistent_Key_List_Pdu ( ) : System

The constructor of the class with no parameter.

Client_Persistent_Key_List_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.

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

Метод Описание
EncodePersistentKeyListData ( TS_BITMAPCACHE_PERSISTENT_LIST_PDU persistentKeyListPduData ) : byte[]

Encode controlPduData field.

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

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

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

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

The constructor of the class.
public Client_Persistent_Key_List_Pdu ( Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpbcgr.RdpbcgrClientContext clientContext ) : System
clientContext Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpbcgr.RdpbcgrClientContext Specify the context.
Результат System

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

Create an instance of the class that is identical to the current PDU.
public Clone ( ) : StackPacket
Результат StackPacket

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

Encode this structure into byte array.
public ToBytes ( ) : byte[]
Результат byte[]

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

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

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

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

The actual contents of the Persistent Key List PDU, as specified in section .
public TS_BITMAPCACHE_PERSISTENT_LIST_PDU,Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpbcgr persistentKeyListPduData
Результат TS_BITMAPCACHE_PERSISTENT_LIST_PDU