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

공개 프로퍼티들

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