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

Public Properties

Property Type Description
correlationId byte[]
flags byte
length System.UInt16
reserved byte[]
type RDP_NEG_CORRELATION_INFO_Type

Property Details

correlationId public_oe property

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

flags public_oe property

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
return byte

length public_oe property

A 16-bit, unsigned integer that specifies the packet size. This field MUST be set to 0x0024 (36 bytes).
public UInt16,System length
return System.UInt16

reserved public_oe property

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
return byte[]

type public_oe property

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
return RDP_NEG_CORRELATION_INFO_Type