/// <summary>
 /// Initialize this protocol with create control and data channels.
 /// </summary>
 /// <param name="rdpedycServer">RDPEDYC Server instance</param>
 /// <param name="transportType">selected transport type for created channels</param>
 /// <returns>true if client supports this protocol; otherwise, return false.</returns>
 public bool ProtocolInitialize(RdpedycServer rdpedycServer)
 {
     this.rdpedycServer = rdpedycServer;
     this.rdpeusbServer = new RdpeusbServer(rdpedycServer);
     return true;
 }
 /// <summary>
 /// Initialize this protocol with create control and data channels.
 /// </summary>
 /// <param name="rdpedycServer">RDPEDYC Server instance</param>
 /// <param name="transportType">selected transport type for created channels</param>
 /// <returns>true if client supports this protocol; otherwise, return false.</returns>
 public bool ProtocolInitialize(RdpedycServer rdpedycServer)
 {
     this.rdpedycServer = rdpedycServer;
     this.rdpeusbServer = new RdpeusbServer(rdpedycServer);
     return(true);
 }