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.
파일 보기 프로젝트 열기: Microsoft/WindowsProtocolTestSuites 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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