C# Class 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.
Show file Open project: Microsoft/WindowsProtocolTestSuites Class Usage Examples

Public Properties

Property Type Description
uCorrelationId byte[]
uReserved byte[]

Property Details

uCorrelationId public property

DTYP.GUID. An array of 16 8-bit, unsigned integers that specifies a unique identifier to associate with the connection.
public byte[] uCorrelationId
return byte[]

uReserved public property

16 8-bit values, all set to 0x00
public byte[] uReserved
return byte[]