C# Class 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
Inheritance: DR_CORE_CAPABILITY
Afficher le fichier Open project: Microsoft/WindowsProtocolTestSuites

Méthodes publiques

Свойство Type Description
RDPDRChannelId ushort

Méthodes publiques

Méthode Description
DR_CORE_CAPABILITY_RSP ( ) : System
Decode ( PduMarshaler marshaler ) : bool

Method Details

DR_CORE_CAPABILITY_RSP() public méthode

public DR_CORE_CAPABILITY_RSP ( ) : System
Résultat System

Decode() public méthode

public Decode ( PduMarshaler marshaler ) : bool
marshaler PduMarshaler
Résultat bool

Property Details

RDPDRChannelId public_oe property

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
Résultat ushort