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

Inheritance: RdpbcgrServerPdu
Exibir arquivo Open project: Microsoft/WindowsProtocolTestSuites Class Usage Examples

Public Properties

Property Type Description
mcsCrsp MCSConnectResponse
tpktHeader TpktHeader
x224Data X224

Public Methods

Method 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

Method Description
EncodeGccRspData ( ConnectGCCRsp gccPdu ) : byte[]

Encode GCC Conference Create Request according to [T124].

Method Details

Clone() public method

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

Server_MCS_Connect_Response_Pdu_with_GCC_Conference_Create_Response() public method

The constructor of the class with no parameter.

Server_MCS_Connect_Response_Pdu_with_GCC_Conference_Create_Response() public method

The constructor of the class.
public Server_MCS_Connect_Response_Pdu_with_GCC_Conference_Create_Response ( RdpbcgrServerSessionContext serverSessionContext ) : System
serverSessionContext RdpbcgrServerSessionContext
return System

ToBytes() public method

Encode this structure into byte array.
public ToBytes ( ) : byte[]
return 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
return MCSConnectResponse

tpktHeader public_oe property

A TPKT Header, as specified in [T123] section 8.
public TpktHeader,Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpbcgr tpktHeader
return 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
return X224