C# 클래스 Microsoft.Protocols.TestSuites.Rdpbcgr.efs.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
파일 보기 프로젝트 열기: Microsoft/WindowsProtocolTestSuites 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
CapabilityMessage Microsoft.Protocols.TestSuites.Rdpbcgr.efs.CAPABILITY_SET[]
Header RDPDR_HEADER
Padding ushort
RDPDRChannelId ushort
numCapabilities ushort

프로퍼티 상세

CapabilityMessage 공개적으로 프로퍼티

An array of capabilities. The number of capabilities is specified by the numCapabilities field.
public CAPABILITY_SET[],Microsoft.Protocols.TestSuites.Rdpbcgr.efs CapabilityMessage
리턴 Microsoft.Protocols.TestSuites.Rdpbcgr.efs.CAPABILITY_SET[]

Header 공개적으로 프로퍼티

A common message header. The Component field MUST be set to RDPDR_CTYP_CORE, and the PacketId field MUST be set to PAKID_CORE_SERVER_CAPABILITY.
public RDPDR_HEADER,Microsoft.Protocols.TestSuites.Rdpbcgr.efs Header
리턴 RDPDR_HEADER

Padding 공개적으로 프로퍼티

A 16-bit unsigned integer of padding. This field is unused, and MUST be ignored on receipt.
public ushort Padding
리턴 ushort

RDPDRChannelId 공개적으로 프로퍼티

The MS-RDPEFS protocol runs over a static virtual channel with the name RDPDR
public ushort RDPDRChannelId
리턴 ushort

numCapabilities 공개적으로 프로퍼티

A 16-bit integer that specifies the number of items in the CapabilityMessage array.
public ushort numCapabilities
리턴 ushort