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

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_REQ ( ) : System
Encode ( PduMarshaler marshaler ) : void

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

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

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

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

public Encode ( PduMarshaler marshaler ) : void
marshaler PduMarshaler
Результат void

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

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