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

The RDP Correlation Info structure is used by a client to propagate connection correlation information to the server. This information allows diagnostic tools on the server to track and monitor a specific connection as it is handled by Terminal Services components.
Показать файл Открыть проект Примеры использования класса

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

Свойство Тип Описание
correlationId byte[]
flags byte
length System.UInt16
reserved byte[]
type RDP_NEG_CORRELATION_INFO_Type

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

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

An array of sixteen 8-bit, unsigned integers that specifies a unique identifier to associate with the connection.
public byte[] correlationId
Результат byte[]

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

An 8-bit, unsigned integer that contains protocol flags. There are currently no defined flags, so this field MUST be set to 0x00.
public byte flags
Результат byte

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

A 16-bit, unsigned integer that specifies the packet size. This field MUST be set to 0x0024 (36 bytes).
public UInt16,System length
Результат System.UInt16

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

An array of sixteen 8-bit, unsigned integers reserved for future use. All sixteen integers within this array MUST be set to zero.
public byte[] reserved
Результат byte[]

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

An 8-bit, unsigned integer that indicates the packet type. This field MUST be set to 0x06 (TYPE_RDP_CORRELATION_INFO).
public RDP_NEG_CORRELATION_INFO_Type type
Результат RDP_NEG_CORRELATION_INFO_Type