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
Mostra file Open project: Microsoft/WindowsProtocolTestSuites

Public Properties

Property Type Description
ClientId uint
RDPDRChannelId ushort
VersionMajor DR_CORE_SERVER_ANNOUNCE_RSP_VersionMajor_Values
VersionMinor DR_CORE_SERVER_ANNOUNCE_RSP_VersionMinor_Values

Public Methods

Method Description
DR_CORE_CLIENT_ANNOUNCE_RSP ( ) : System
Decode ( PduMarshaler marshaler ) : bool
Encode ( PduMarshaler marshaler ) : void

Method Details

DR_CORE_CLIENT_ANNOUNCE_RSP() public method

public DR_CORE_CLIENT_ANNOUNCE_RSP ( ) : System
return System

Decode() public method

public Decode ( PduMarshaler marshaler ) : bool
marshaler PduMarshaler
return bool

Encode() public method

public Encode ( PduMarshaler marshaler ) : void
marshaler PduMarshaler
return 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
return uint

RDPDRChannelId public_oe property

The MS-RDPEFS protocol runs over a static virtual channel with the name RDPDR
public ushort RDPDRChannelId
return 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
return 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
return DR_CORE_SERVER_ANNOUNCE_RSP_VersionMinor_Values