Exemplo n.º 1
0
 public TelnetExpect(ConnectionData host)
     : base(host)
 {
     client    = new Telnet(host.address, host.port);
     this.host = host;
 }
Exemplo n.º 2
0
 public TelnetExpect(ConnectionData host)
     : base(host)
 {
     client = new Telnet(host.address, host.port);
     this._host = host;
 }