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

The MCS Attach User Confirm PDU is an RDP Connection Sequence PDU sent from server to client during the Channel Connection phase (see section 1.3.1.1). It is sent as a response to the MCS Attach User Request PDU (section 2.2.1.6).
상속: RdpbcgrServerPdu
파일 보기 프로젝트 열기: Microsoft/WindowsProtocolTestSuites 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
attachUserConfirm Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpbcgr.Mcs.AttachUserConfirm
tpktHeader TpktHeader
x224Data X224

공개 메소드들

메소드 설명
Clone ( ) : StackPacket
Server_MCS_Attach_User_Confirm_Pdu ( ) : System

The constructor of the class with no parameter.

Server_MCS_Attach_User_Confirm_Pdu ( RdpbcgrServerSessionContext serverSessionContext ) : System

The constructor of the class.

ToBytes ( ) : byte[]

Encode this structure into byte array.

메소드 상세

Clone() 공개 메소드

public Clone ( ) : StackPacket
리턴 StackPacket

Server_MCS_Attach_User_Confirm_Pdu() 공개 메소드

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

Server_MCS_Attach_User_Confirm_Pdu() 공개 메소드

The constructor of the class.
public Server_MCS_Attach_User_Confirm_Pdu ( RdpbcgrServerSessionContext serverSessionContext ) : System
serverSessionContext RdpbcgrServerSessionContext Specify the session context.
리턴 System

ToBytes() 공개 메소드

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

프로퍼티 상세

attachUserConfirm 공개적으로 프로퍼티

T125 PDU.
public AttachUserConfirm,Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpbcgr.Mcs attachUserConfirm
리턴 Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpbcgr.Mcs.AttachUserConfirm

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