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

The Client Info PDU is a Standard RDP Connection Sequence PDU sent from client to server during the Secure Settings Exchange phase (see section ). It is sent after transmitting a Security Exchange PDU or, if the Security Exchange PDU was not sent, it is transmitted after receiving all requested MCS Channel Join Confirm PDUs.
file:///C:/ts_dev/TestSuites/MS-RDPBCGR/TestSuite/Src/TD/latest_XMLS_16may/RDPBCGR/_rfc_ms-rdpbcgr2_1_1_11.xml
Наследование: RdpbcgrClientPdu
Показать файл Открыть проект Примеры использования класса

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

Свойство Тип Описание
commonHeader SlowPathPduCommonHeader
infoPacket TS_INFO_PACKET

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

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

The constructor of the class with no parameter.

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

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

Метод Описание
EncodeInfoData ( TS_INFO_PACKET infoPacket ) : byte[]

Encode infoPacket field.

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

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

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

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

The constructor of the class.
public Client_Info_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

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

The actual contents of the Client Info PDU, as specified in section .
public TS_INFO_PACKET,Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpbcgr infoPacket
Результат TS_INFO_PACKET