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

The Refresh Rect PDU allows the client to request that the server redraw one or more rectangles of the session screen area. The client can use it to repaint sections of the client window that were obscured by other windowed applications. Server support for this PDU is indicated in the General Capability Set.
file:///C:/ts_dev/TestSuites/MS-RDPBCGR/TestSuite/Src/TD/latest_XMLS_16may/RDPBCGR/ _rfc_ms-rdpbcgr2_1_9_2.xml
Наследование: RdpbcgrClientPdu
Показать файл Открыть проект Примеры использования класса

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

Свойство Тип Описание
commonHeader SlowPathPduCommonHeader
refreshRectPduData TS_REFRESH_RECT_PDU

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

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

The constructor of the class with no parameter.

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

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

Метод Описание
EncodeRefreshData ( TS_REFRESH_RECT_PDU refreshRectPduData ) : byte[]

Encode refreshRectPduData field.

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

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

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

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

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

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

The actual contents of the Refresh Rect PDU, as specified in section .
public TS_REFRESH_RECT_PDU,Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpbcgr refreshRectPduData
Результат TS_REFRESH_RECT_PDU