C# Class Microsoft.Protocols.TestSuites.Rdpbcgr.efs.DR_CORE_SERVER_ANNOUNCE_REQ

The server initiates the protocol with this message.
file:///D:/programs/RFSPAC/XML-RDPEFS/_rfc_ms-rdpefs2_2_2_2.xml
ファイルを表示 Open project: Microsoft/WindowsProtocolTestSuites Class Usage Examples

Public Properties

Property Type Description
ClientId uint
FrameCount uint
Header RDPDR_HEADER
RDPDRChannelId ushort
VersionMajor VersionMajor_Values
VersionMinor VersionMinor_Values

Property Details

ClientId public_oe property

A 32-bit unsigned integer that specifies the unique ID generated by the server.
public uint ClientId
return uint

FrameCount public_oe property

Used to count the number of ServerAnnounceRequestFrames generated.
public uint FrameCount
return uint

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_ANNOUNCE.
public RDPDR_HEADER,Microsoft.Protocols.TestSuites.Rdpbcgr.efs Header
return RDPDR_HEADER

RDPDRChannelId public_oe property

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

VersionMajor public_oe property

A 16-bit unsigned integer that specifies the server major version number. This field MUST be set to 0x0001.
public VersionMajor_Values VersionMajor
return VersionMajor_Values

VersionMinor public_oe property

A 16-bit unsigned integer that specifies the server minor version number. This field MUST be set to one of the following values.
public VersionMinor_Values VersionMinor
return VersionMinor_Values