Beispiel #1
0
 public static void StopIIS()
 {
     IISAgent.Stop();
 }
Beispiel #2
0
 public static void StartIIS(TestContext testContext)
 {
     IISAgent.Start();
 }