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

The Server Control PDU includes Cooperate and Granted Control.
Наследование: RdpbcgrServerPdu
Показать файл Открыть проект Примеры использования класса

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

Свойство Тип Описание
commonHeader SlowPathPduCommonHeader
controlPduData TS_CONTROL_PDU

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

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

Create an instance of the class that is identical to the current PDU.

Server_Control_Pdu ( ) : System

The constructor of the class with no parameter.

Server_Control_Pdu ( RdpbcgrServerSessionContext serverSessionContext ) : System

The constructor of the class.

ToBytes ( ) : byte[]

Encode this structure into byte array.

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

Метод Описание
EncodeControlData ( TS_CONTROL_PDU controlPduData ) : byte[]

Encode controlPduData field.

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

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

Create an instance of the class that is identical to the current PDU.
public Clone ( ) : StackPacket
Результат StackPacket

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

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

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

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

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

The actual contents of the Control PDU as described in section . The grantId and controlId fields of the Control PDU Data MUST both be set to zero, while the action field MUST be set to CTRLACTION_COOPERATE (0x0004).
public TS_CONTROL_PDU,Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpbcgr controlPduData
Результат TS_CONTROL_PDU