C# Class Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpbcgr.Server_MCS_Channel_Join_Confirm_Pdu

The MCS Channel Join 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 Channel Join Request PDU (section 2.2.1.8).
Inheritance: RdpbcgrServerPdu
Show file Open project: Microsoft/WindowsProtocolTestSuites Class Usage Examples

Public Properties

Property Type Description
channelJoinConfirm Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpbcgr.Mcs.ChannelJoinConfirm
tpktHeader TpktHeader
x224Data X224

Public Methods

Method Description
Clone ( ) : StackPacket
Server_MCS_Channel_Join_Confirm_Pdu ( ) : System

The constructor of the class with no parameter.

Server_MCS_Channel_Join_Confirm_Pdu ( RdpbcgrServerSessionContext serverSessionContext ) : System

The constructor of the class with no parameter.

ToBytes ( ) : byte[]

Encode this structure into byte array.

Method Details

Clone() public method

public Clone ( ) : StackPacket
return StackPacket

Server_MCS_Channel_Join_Confirm_Pdu() public method

The constructor of the class with no parameter.
public Server_MCS_Channel_Join_Confirm_Pdu ( ) : System
return System

Server_MCS_Channel_Join_Confirm_Pdu() public method

The constructor of the class with no parameter.
public Server_MCS_Channel_Join_Confirm_Pdu ( RdpbcgrServerSessionContext serverSessionContext ) : System
serverSessionContext RdpbcgrServerSessionContext Specify the session context.
return System

ToBytes() public method

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

Property Details

channelJoinConfirm public property

T125 PDU.
public ChannelJoinConfirm,Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpbcgr.Mcs channelJoinConfirm
return Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpbcgr.Mcs.ChannelJoinConfirm

tpktHeader public property

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

x224Data public property

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