C# Class Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpefs.DR_CORE_CLIENT_ANNOUNCE_RSP

The client replies to the Server Announce Request message.
file:///D:/programs/RFSPAC/XML-RDPEFS/_rfc_ms-rdpefs2_2_2_3.xml
Inheritance: RdpefsPDU
Afficher le fichier Open project: Microsoft/WindowsProtocolTestSuites

Méthodes publiques

Свойство Type Description
ClientId uint
RDPDRChannelId ushort
VersionMajor DR_CORE_SERVER_ANNOUNCE_RSP_VersionMajor_Values
VersionMinor DR_CORE_SERVER_ANNOUNCE_RSP_VersionMinor_Values

Méthodes publiques

Méthode Description
DR_CORE_CLIENT_ANNOUNCE_RSP ( ) : System
Decode ( PduMarshaler marshaler ) : bool
Encode ( PduMarshaler marshaler ) : void

Method Details

DR_CORE_CLIENT_ANNOUNCE_RSP() public méthode

public DR_CORE_CLIENT_ANNOUNCE_RSP ( ) : System
Résultat System

Decode() public méthode

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

Encode() public méthode

public Encode ( PduMarshaler marshaler ) : void
marshaler PduMarshaler
Résultat void

Property Details

ClientId public_oe property

A 32-bit unsigned integer that the client MUST set to either the ClientID field, which is supplied by the server in the Server Announce Request message, or a unique ID.
public uint ClientId
Résultat uint

RDPDRChannelId public_oe property

The MS-RDPEFS protocol runs over a static virtual channel with the name RDPDR
public ushort RDPDRChannelId
Résultat ushort

VersionMajor public_oe property

A 16-bit unsigned integer that specifies the client major version number. This field MUST be set to 0x0001.
public DR_CORE_SERVER_ANNOUNCE_RSP_VersionMajor_Values VersionMajor
Résultat DR_CORE_SERVER_ANNOUNCE_RSP_VersionMajor_Values

VersionMinor public_oe property

A 16-bit unsigned integer that specifies the client minor version number. This field MUST be set to one of the following values.
public DR_CORE_SERVER_ANNOUNCE_RSP_VersionMinor_Values VersionMinor
Résultat DR_CORE_SERVER_ANNOUNCE_RSP_VersionMinor_Values