public TelnetExpect(ConnectionData host) : base(host) { client = new Telnet(host.address, host.port); this.host = host; }
public TelnetExpect(ConnectionData host) : base(host) { client = new Telnet(host.address, host.port); this._host = host; }