C# Класс Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpeudp.RDPUDP_CORRELATION_ID_PAYLOAD

The RDPUDP_CORRELATION_ID_PAYLOAD structure allows a terminal client to specify the correlation identifier for the connection, which may appear in some of the terminal server’s event logs. Otherwise, the terminal server may generate a random identifier.
Показать файл Открыть проект Примеры использования класса

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

Свойство Тип Описание
uCorrelationId byte[]
uReserved byte[]

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

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

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

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

16 8-bit values, all set to 0x00
public byte[] uReserved
Результат byte[]