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

공개 프로퍼티들

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