private Jdwp(string hostname, int port) { _transport = new TcpTransport(hostname, port, OnPacketReceived, OnDisconnect); }