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

The client replies to the Server Announce Request message.
file:///D:/programs/RFSPAC/XML-RDPEFS/_rfc_ms-rdpefs2_2_2_3.xml
상속: RdpefsPDU
파일 보기 프로젝트 열기: Microsoft/WindowsProtocolTestSuites

공개 프로퍼티들

프로퍼티 타입 설명
ClientId uint
RDPDRChannelId ushort
VersionMajor DR_CORE_SERVER_ANNOUNCE_RSP_VersionMajor_Values
VersionMinor DR_CORE_SERVER_ANNOUNCE_RSP_VersionMinor_Values

공개 메소드들

메소드 설명
DR_CORE_CLIENT_ANNOUNCE_RSP ( ) : System
Decode ( PduMarshaler marshaler ) : bool
Encode ( PduMarshaler marshaler ) : void

메소드 상세

DR_CORE_CLIENT_ANNOUNCE_RSP() 공개 메소드

public DR_CORE_CLIENT_ANNOUNCE_RSP ( ) : System
리턴 System

Decode() 공개 메소드

public Decode ( PduMarshaler marshaler ) : bool
marshaler PduMarshaler
리턴 bool

Encode() 공개 메소드

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

프로퍼티 상세

ClientId 공개적으로 프로퍼티

A 32-bit unsigned integer that the client MUST set to either the ClientID field, which is supplied by the server in the Server Announce Request message, or a unique ID.
public uint ClientId
리턴 uint

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 client major version number. This field MUST be set to 0x0001.
public DR_CORE_SERVER_ANNOUNCE_RSP_VersionMajor_Values VersionMajor
리턴 DR_CORE_SERVER_ANNOUNCE_RSP_VersionMajor_Values

VersionMinor 공개적으로 프로퍼티

A 16-bit unsigned integer that specifies the client minor version number. This field MUST be set to one of the following values.
public DR_CORE_SERVER_ANNOUNCE_RSP_VersionMinor_Values VersionMinor
리턴 DR_CORE_SERVER_ANNOUNCE_RSP_VersionMinor_Values