C# Класс 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
Наследование: RdpefsPDU
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
ClientId uint
RDPDRChannelId ushort
VersionMajor DR_CORE_SERVER_ANNOUNCE_RSP_VersionMajor_Values
VersionMinor DR_CORE_SERVER_ANNOUNCE_RSP_VersionMinor_Values

Открытые методы

Метод Описание
DR_CORE_CLIENT_ANNOUNCE_RSP ( ) : System
Decode ( PduMarshaler marshaler ) : bool
Encode ( PduMarshaler marshaler ) : void

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

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

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

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

public Decode ( PduMarshaler marshaler ) : bool
marshaler PduMarshaler
Результат bool

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

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

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

ClientId публичное свойство

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
Результат uint

RDPDRChannelId публичное свойство

The MS-RDPEFS protocol runs over a static virtual channel with the name RDPDR
public ushort RDPDRChannelId
Результат ushort

VersionMajor публичное свойство

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
Результат DR_CORE_SERVER_ANNOUNCE_RSP_VersionMajor_Values

VersionMinor публичное свойство

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
Результат DR_CORE_SERVER_ANNOUNCE_RSP_VersionMinor_Values