C# Класс Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpbcgr.RDP_NEG_REQ

The RDP Negotiation Request structure is used by a client to advertise the security protocols which it supports.
file:///C:/ts_dev/TestSuites/MS-RDPBCGR/TestSuite/Src/TD/latest_XMLS_16may/RDPBCGR/ _rfc_ms-rdpbcgr2_1_1_1_1.xml
Показать файл Открыть проект Примеры использования класса

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

Свойство Тип Описание
flags RDP_NEG_REQ_flags_Values
length length_Values
requestedProtocols requestedProtocols_Values
type type_Values

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

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

An 8-bit unsigned integer. Negotiation packet flags. There are currently no defined flags so the field MUST be set to 0x00.
public RDP_NEG_REQ_flags_Values flags
Результат RDP_NEG_REQ_flags_Values

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

A 16-bit unsigned integer. Indicates the packet size. This field MUST be set to 0x0008 (8 bytes).
public length_Values length
Результат length_Values

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

A 32-bit unsigned integer. Flags indicating the supported security protocols.
public requestedProtocols_Values requestedProtocols
Результат requestedProtocols_Values

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

An 8-bit unsigned integer. Negotiation packet type. This field MUST be set to 0x01 (TYPE_RDP_NEG_REQ) to indicate that the packet is a Negotiation Request.
public type_Values type
Результат type_Values