/// <summary> /// The constructor of the class with no parameter. /// </summary> public Server_MCS_Connect_Response_Pdu_with_GCC_Conference_Create_Response() { mcsCrsp = new MCSConnectResponse(); }
/// <summary> /// The constructor of the class. /// </summary> /// <param name="clientContext">Specify the context.</param> public Server_MCS_Connect_Response_Pdu_with_GCC_Conference_Create_Response(RdpbcgrServerSessionContext serverSessionContext) : base(serverSessionContext) { mcsCrsp = new MCSConnectResponse(); }