C# 클래스 Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpefs.DR_CORE_CAPABILITY_REQ

The server announces its capabilities and requests the same from the client.
file:///D:/programs/RFSPAC/XML-RDPEFS/_rfc_ms-rdpefs2_2_2_7.xml
상속: DR_CORE_CAPABILITY
파일 보기 프로젝트 열기: Microsoft/WindowsProtocolTestSuites

공개 프로퍼티들

프로퍼티 타입 설명
RDPDRChannelId ushort

공개 메소드들

메소드 설명
DR_CORE_CAPABILITY_REQ ( ) : System
Encode ( PduMarshaler marshaler ) : void

메소드 상세

DR_CORE_CAPABILITY_REQ() 공개 메소드

public DR_CORE_CAPABILITY_REQ ( ) : System
리턴 System

Encode() 공개 메소드

public Encode ( PduMarshaler marshaler ) : void
marshaler PduMarshaler
리턴 void

프로퍼티 상세

RDPDRChannelId 공개적으로 프로퍼티

A 16-bit integer that specifies the number of items in the CapabilityMessage array. A 16-bit unsigned integer of padding. This field is unused, and MUST be ignored on receipt. An array of capabilities. The number of capabilities is specified by the numCapabilities field. The MS-RDPEFS protocol runs over a static virtual channel with the name RDPDR
public ushort RDPDRChannelId
리턴 ushort