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

The Suppress Output PDU is sent by the client to toggle all display updates from the server. This packet does not end the session or socket connection. Typically, a client sends this packet when its window is either minimized or restored.
file:///C:/ts_dev/TestSuites/MS-RDPBCGR/TestSuite/Src/TD/latest_XMLS_16may/RDPBCGR/ _rfc_ms-rdpbcgr2_1_9_3.xml
Наследование: RdpbcgrClientPdu
Показать файл Открыть проект Примеры использования класса

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

Свойство Тип Описание
commonHeader SlowPathPduCommonHeader
suppressOutputPduData TS_SUPPRESS_OUTPUT_PDU

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

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

The constructor of the class with no parameter.

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

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

Метод Описание
EncodeSuppressData ( TS_SUPPRESS_OUTPUT_PDU suppressOutputPduData ) : byte[]

Encode refreshRectPduData field.

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

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

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

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

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

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

TS_SUPPRESS_OUTPUT_PDU (variable number of bytes):The actual contents of the Suppress Output PDU, as specified in section .
public TS_SUPPRESS_OUTPUT_PDU,Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpbcgr suppressOutputPduData
Результат TS_SUPPRESS_OUTPUT_PDU