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

공개 프로퍼티들

프로퍼티 타입 설명
ClientId uint
FrameCount uint
Header RDPDR_HEADER
RDPDRChannelId ushort
VersionMajor VersionMajor_Values
VersionMinor VersionMinor_Values

프로퍼티 상세

ClientId 공개적으로 프로퍼티

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

FrameCount 공개적으로 프로퍼티

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

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

RDPDRChannelId 공개적으로 프로퍼티

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

VersionMajor 공개적으로 프로퍼티

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

VersionMinor 공개적으로 프로퍼티

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
리턴 VersionMinor_Values