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
파일 보기 프로젝트 열기: Microsoft/WindowsProtocolTestSuites 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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