C# 클래스 Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpbcgr.TS_UD_CS_MCS_MSGCHANNEL

The TS_UD_CS_MCS_MSGCHANNEL packet indicates support for the message channel which is used to transport the Initiate Multitransport Request PDU (section 2.2.15.1). This packet is an Extended Client Data Block and MUST NOT be sent to a server which does not advertise support for Extended Client Data Blocks by using the EXTENDED_CLIENT_DATA_SUPPORTED flag (0x00000001) as described in section 2.2.1.2.1.
파일 보기 프로젝트 열기: Microsoft/WindowsProtocolTestSuites 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
flags FLAGS_TS_UD_CS_MCS_MSGCHANNEL
header TS_UD_HEADER

프로퍼티 상세

flags 공개적으로 프로퍼티

A 32-bit, unsigned integer. This field is unused and reserved for future use. It MUST be set to zero.
public FLAGS_TS_UD_CS_MCS_MSGCHANNEL flags
리턴 FLAGS_TS_UD_CS_MCS_MSGCHANNEL

header 공개적으로 프로퍼티

A GCC user data block header, as specified in User Data Header (section 2.2.1.3.1). The User Data Header type field MUST be set to CS_MCS_MSGCHANNEL (0xC006).
public TS_UD_HEADER,Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpbcgr header
리턴 TS_UD_HEADER