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

The CHANNEL_PDU_HEADER MUST precede all opaque static virtual channel traffic chunks transmitted via RDP between client and server.
file:///C:/ts_dev/TestSuites/MS-RDPBCGR/TestSuite/Src/TD/latest_XMLS_16may/RDPBCGR/ _rfc_ms-rdpbcgr2_1_6_1_1a.xml
파일 보기 프로젝트 열기: Microsoft/WindowsProtocolTestSuites 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
flags CHANNEL_PDU_HEADER_flags_Values
length uint

프로퍼티 상세

flags 공개적으로 프로퍼티

A 32-bit unsigned integer. The channel control flags.
public CHANNEL_PDU_HEADER_flags_Values flags
리턴 CHANNEL_PDU_HEADER_flags_Values

length 공개적으로 프로퍼티

A 32-bit unsigned integer. The total length in bytes of the uncompressed channel data, excluding this header. The data can span over multiple frames and the individual chunks will need to be reassembled in that case (see section ).
public uint length
리턴 uint