public TelnetMintExpect(ConnectionData host) : base(host) { client = new TelnetMint(host.address, host.port); this.host = host; }
public TelnetMintExpect(ConnectionData host) : base(host) { _client = new TelnetMint(host.address, host.port); this._host = host; }