The main fields of MCS Connect Initial PDU.
Ejemplo n.º 1
0
 /// <summary>
 /// The constructor of the class with no parameter.
 /// </summary>
 public Server_MCS_Connect_Response_Pdu_with_GCC_Conference_Create_Response()
 {
     mcsCrsp = new MCSConnectResponse();
 }
Ejemplo n.º 2
0
 /// <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();
 }