C# 클래스 Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpbcgr.Client_MCS_Erect_Domain_Request

The MCS Erect Domain Request PDU is an RDP Connection Sequence PDU sent from client to server during the Channel Connection phase (see section 1.3.1.1). It is sent after receiving the MCS Connect Response PDU (section 2.2.1.4).
상속: RdpbcgrClientPdu
파일 보기 프로젝트 열기: Microsoft/WindowsProtocolTestSuites 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
subHeight int
subInterval int
tpktHeader TpktHeader
x224Data X224

공개 메소드들

메소드 설명
Client_MCS_Erect_Domain_Request ( ) : System

The constructor of the class with no parameter.

Client_MCS_Erect_Domain_Request ( Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpbcgr.RdpbcgrClientContext clientContext ) : System

The constructor of the class.

Clone ( ) : StackPacket

Create an instance of the class that is identical to the current PDU.

ToBytes ( ) : byte[]

Encode this structure into byte array.

메소드 상세

Client_MCS_Erect_Domain_Request() 공개 메소드

The constructor of the class with no parameter.
public Client_MCS_Erect_Domain_Request ( ) : System
리턴 System

Client_MCS_Erect_Domain_Request() 공개 메소드

The constructor of the class.
public Client_MCS_Erect_Domain_Request ( Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpbcgr.RdpbcgrClientContext clientContext ) : System
clientContext Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpbcgr.RdpbcgrClientContext Specify the context.
리턴 System

Clone() 공개 메소드

Create an instance of the class that is identical to the current PDU.
public Clone ( ) : StackPacket
리턴 StackPacket

ToBytes() 공개 메소드

Encode this structure into byte array.
public ToBytes ( ) : byte[]
리턴 byte[]

프로퍼티 상세

subHeight 공개적으로 프로퍼티

The subHeight field of MCS Erect Domain Request PDU.
public int subHeight
리턴 int

subInterval 공개적으로 프로퍼티

The subInterval field of MCS Erect Domain Request PDU.
public int subInterval
리턴 int

tpktHeader 공개적으로 프로퍼티

A TPKT Header, as specified in [T123] section 8.
public TpktHeader,Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpbcgr tpktHeader
리턴 TpktHeader

x224Data 공개적으로 프로퍼티

An X.224 Class 0 Data TPDU, as specified in [X224] section 13.7.
public X224,Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpbcgr x224Data
리턴 X224