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