Example #1
0
 public UnitTest1(SshServer sshServer)
 {
     _sshServer = sshServer;
 }
Example #2
0
 public SshDataStreamTests(SshServer sshServer)
 {
     _sshServer = sshServer;
 }
Example #3
0
 public RemoteProcess(SshServer sshServer)
 {
     _sshServer = sshServer;
 }
Example #4
0
 public ConnectTests(SshServer sshServer)
 {
     _sshServer = sshServer;
 }