C# Класс Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpefs.DR_CORE_CAPABILITY_RSP

The server announces its capabilities and requests the same from the client.
file:///D:/programs/RFSPAC/XML-RDPEFS/_rfc_ms-rdpefs2_2_2_7.xml
Наследование: DR_CORE_CAPABILITY
Показать файл Открыть проект

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

Свойство Тип Описание
RDPDRChannelId ushort

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

Метод Описание
DR_CORE_CAPABILITY_RSP ( ) : System
Decode ( PduMarshaler marshaler ) : bool

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

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

public DR_CORE_CAPABILITY_RSP ( ) : System
Результат System

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

public Decode ( PduMarshaler marshaler ) : bool
marshaler PduMarshaler
Результат bool

Описание свойств

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

A 16-bit integer that specifies the number of items in the CapabilityMessage array. A 16-bit unsigned integer of padding. This field is unused, and MUST be ignored on receipt. An array of capabilities. The number of capabilities is specified by the numCapabilities field. The MS-RDPEFS protocol runs over a static virtual channel with the name RDPDR
public ushort RDPDRChannelId
Результат ushort