C# Класс Microsoft.Protocols.TestSuites.Rdpbcgr.efs.DR_CORE_CLIENT_NAME_REQ

The client announces its machine name.
file:///D:/programs/RFSPAC/XML-RDPEFS/_rfc_ms-rdpefs2_2_2_4.xml
Показать файл Открыть проект

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

Свойство Тип Описание
CodePage uint
ComputerName byte[]
ComputerNameLen uint
Header RDPDR_HEADER
UnicodeFlag UnicodeFlag_Values

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

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

A 32-bit unsigned integer that specifies the code page of the ComputerName field; it MUST be set to 0.
public uint CodePage
Результат uint

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

A variable-length array of ASCII or Unicode characters, the format of which is determined by the UnicodeFlag field. This is a string that identifies the client computer name. The string MUST be null-terminated.
public byte[] ComputerName
Результат byte[]

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

A 32-bit unsigned integer that specifies the number of bytes in the ComputerName field.
public uint ComputerNameLen
Результат uint

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

A common message header. The Component field MUST be set to RDPDR_CTYP_CORE, and the PacketId field MUST be set to PAKID_CORE_CLIENT_NAME.
public RDPDR_HEADER,Microsoft.Protocols.TestSuites.Rdpbcgr.efs Header
Результат RDPDR_HEADER

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

A 32-bit unsigned integer that indicates the format of the ComputerName field. This field MUST be set to one of the following values.
public UnicodeFlag_Values UnicodeFlag
Результат UnicodeFlag_Values