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

Inheritance: RdpbcgrServerPdu
Afficher le fichier Open project: Microsoft/WindowsProtocolTestSuites Class Usage Examples

Méthodes publiques

Свойство Type Description
mcsCrsp MCSConnectResponse
tpktHeader TpktHeader
x224Data X224

Méthodes publiques

Méthode Description
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.

Private Methods

Méthode Description
EncodeGccRspData ( ConnectGCCRsp gccPdu ) : byte[]

Encode GCC Conference Create Request according to [T124].

Method Details

Clone() public méthode

Create an instance of the class that is identical to the current PDU.
public Clone ( ) : StackPacket
Résultat StackPacket

Server_MCS_Connect_Response_Pdu_with_GCC_Conference_Create_Response() public méthode

The constructor of the class with no parameter.

Server_MCS_Connect_Response_Pdu_with_GCC_Conference_Create_Response() public méthode

The constructor of the class.
public Server_MCS_Connect_Response_Pdu_with_GCC_Conference_Create_Response ( RdpbcgrServerSessionContext serverSessionContext ) : System
serverSessionContext RdpbcgrServerSessionContext
Résultat System

ToBytes() public méthode

Encode this structure into byte array.
public ToBytes ( ) : byte[]
Résultat byte[]

Property Details

mcsCrsp public_oe property

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
Résultat MCSConnectResponse

tpktHeader public_oe property

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

x224Data public_oe property

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