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

The Font Map PDU is a Standard RDP Connection Sequence PDU sent from server to client during the Connection Finalization phase (see section ). It is sent after transmitting the Server Control PDU (Granted Control). This PDU is the last in the connection sequence and signals to the client that it can start sending input PDUs (see section ) to the server.
file:///C:/ts_dev/TestSuites/MS-RDPBCGR/TestSuite/Src/TD/latest_XMLS_16may/RDPBCGR/ _rfc_ms-rdpbcgr2_1_1_22.xml
Наследование: RdpbcgrServerPdu
Показать файл Открыть проект Примеры использования класса

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

Свойство Тип Описание
commonHeader SlowPathPduCommonHeader
fontMapPduData TS_FONT_MAP_PDU

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

Метод Описание
Clone ( ) : StackPacket
Server_Font_Map_Pdu ( ) : System

The constructor of the class with no parameter.

Server_Font_Map_Pdu ( RdpbcgrServerSessionContext serverSessionContext ) : System

The constructor of the class.

ToBytes ( ) : byte[]

Encode this structure into byte array.

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

Метод Описание
EncodeFontMapData ( TS_FONT_MAP_PDU fontMapPduData ) : byte[]

Encode controlPduData field.

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

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

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

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

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

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

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

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

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

The actual contents of the Font Map PDU, as specified in section .
public TS_FONT_MAP_PDU,Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpbcgr fontMapPduData
Результат TS_FONT_MAP_PDU