public ServerDatagram(ref TcpProxy parent) { this.client = parent; }
public TcpServer(TcpProxy instance, int id) { this.id = id; this.clientInstance = instance; this.datagram = new ServerDatagram(ref instance); }