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

The RDP Negotiation Response structure is used by a server to inform the client of the security protocol which it has selected to use for the connection.
file:///C:/ts_dev/TestSuites/MS-RDPBCGR/TestSuite/Src/TD/latest_XMLS_16may/RDPBCGR/ _rfc_ms-rdpbcgr2_1_1_2_1.xml
Показать файл Открыть проект Примеры использования класса

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

Свойство Тип Описание
flags RDP_NEG_RSP_flags_Values
length RDP_NEG_RSP_length_Values
selectedProtocol selectedProtocols_Values
type RDP_NEG_RSP_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_RSP_flags_Values flags
Результат RDP_NEG_RSP_flags_Values

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

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

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

A 32-bit unsigned integer. Field indicating the selected security protocol.
public selectedProtocols_Values selectedProtocol
Результат selectedProtocols_Values

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

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