Esempio n. 1
0
 public void SetUp()
 {
     _ftpServer = new FtpIntegrationServer(_dir.FullName, 2121);
     _webServer = new HttpIntegrationServer(_dir.FullName, 2123);
 }
Esempio n. 2
0
 public Test()
 {
     server = new FtpIntegrationServer(dir.FullName, 2121);
 }
Esempio n. 3
0
 public Test()
 {
     server = new FtpIntegrationServer(dir.FullName, 2121);
 }