C# Class 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
ファイルを表示 Open project: Microsoft/WindowsProtocolTestSuites Class Usage Examples

Public Properties

Property Type Description
CapabilityMessage Microsoft.Protocols.TestSuites.Rdpbcgr.efs.CAPABILITY_SET[]
Header RDPDR_HEADER
Padding ushort
RDPDRChannelId ushort
numCapabilities ushort

Property Details

CapabilityMessage public_oe property

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

Header public_oe property

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
return RDPDR_HEADER

Padding public_oe property

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

RDPDRChannelId public_oe property

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

numCapabilities public_oe property

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