C# Класс Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpbcgr.Client_MCS_Channel_Join_Request

The MCS Channel Join 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 Attach User Confirm PDU (section 2.2.1.7). The client uses the MCS Channel Join Request PDU to join the user channel obtained from the Attach User Confirm PDU, the I/O channel and all of the static virtual channels obtained from the Server Network Data structure (section 2.2.1.4.4).
Наследование: RdpbcgrClientPdu
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
mcsChannelId long
tpktHeader TpktHeader
userChannelId long
x224Data X224

Открытые методы

Метод Описание
Client_MCS_Channel_Join_Request ( ) : System

The constructor of the class with no parameter.

Client_MCS_Channel_Join_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_Channel_Join_Request() публичный Метод

The constructor of the class with no parameter.
public Client_MCS_Channel_Join_Request ( ) : System
Результат System

Client_MCS_Channel_Join_Request() публичный Метод

The constructor of the class.
public Client_MCS_Channel_Join_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[]

Описание свойств

mcsChannelId публичное свойство

The virtual channel id want to join.
public long mcsChannelId
Результат long

tpktHeader публичное свойство

A TPKT Header, as specified in [T123] section 8.
public TpktHeader,Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpbcgr tpktHeader
Результат TpktHeader

userChannelId публичное свойство

The user channel id.
public long userChannelId
Результат long

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