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

Наследование: RdpbcgrServerPdu
Показать файл Открыть проект Примеры использования класса

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

Свойство Тип Описание
mcsCrsp MCSConnectResponse
tpktHeader TpktHeader
x224Data X224

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

Метод Описание
Clone ( ) : StackPacket

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

Server_MCS_Connect_Response_Pdu_with_GCC_Conference_Create_Response ( ) : System

The constructor of the class with no parameter.

Server_MCS_Connect_Response_Pdu_with_GCC_Conference_Create_Response ( RdpbcgrServerSessionContext serverSessionContext ) : System

The constructor of the class.

ToBytes ( ) : byte[]

Encode this structure into byte array.

Приватные методы

Метод Описание
EncodeGccRspData ( ConnectGCCRsp gccPdu ) : byte[]

Encode GCC Conference Create Request according to [T124].

Описание методов

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

Create an instance of the class that is identical to the current PDU.
public Clone ( ) : StackPacket
Результат StackPacket

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

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

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

The constructor of the class.
public Server_MCS_Connect_Response_Pdu_with_GCC_Conference_Create_Response ( RdpbcgrServerSessionContext serverSessionContext ) : System
serverSessionContext RdpbcgrServerSessionContext
Результат System

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

Encode this structure into byte array.
public ToBytes ( ) : byte[]
Результат byte[]

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

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

Variable-length BER-encoded MCS Connect Initial PDU (using definite-length encoding) as described in [T125] (the ASN.1 structure definition is detailed in [T125] section 7, part 2). The userData field of the MCS Connect Initial PDU contains the GCC Conference Create Request data. The maximum allowed size of this user data is 1024 bytes, which implies that the combined size of the gccCCrq, clientCoreData, clientSecurity, clientNetworkData and clientClusterData fields must be less than 1024 bytes.
public MCSConnectResponse,Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpbcgr mcsCrsp
Результат MCSConnectResponse

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