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

The server confirms the client ID sent by the client in the Client Announce Reply message.
file:///D:/programs/RFSPAC/XML-RDPEFS/_rfc_ms-rdpefs2_2_2_6.xml
Inheritance: RdpefsPDU
Mostra file Open project: Microsoft/WindowsProtocolTestSuites

Public Properties

Property Type Description
ClientId uint
RDPDRChannelId ushort
VersionMajor DR_CORE_SERVER_CLIENTID_CONFIRM_VersionMajor_Values
VersionMinor DR_CORE_SERVER_CLIENTID_CONFIRM_VersionMinor_Values

Public Methods

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

Method Details

DR_CORE_SERVER_CLIENTID_CONFIRM() public method

public DR_CORE_SERVER_CLIENTID_CONFIRM ( ) : 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 confirms the unique ID value of the ClientId field, which was sent by the client in the Client Announce Reply message.
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 server major version number. This field MUST be set to 0x0001.
public DR_CORE_SERVER_CLIENTID_CONFIRM_VersionMajor_Values VersionMajor
return DR_CORE_SERVER_CLIENTID_CONFIRM_VersionMajor_Values

VersionMinor public_oe property

A 16-bit unsigned integer that specifies the server minor version number. This field MUST be set to one of the following values.
public DR_CORE_SERVER_CLIENTID_CONFIRM_VersionMinor_Values VersionMinor
return DR_CORE_SERVER_CLIENTID_CONFIRM_VersionMinor_Values