Example #1
0
 private static void StopSite(IISHandler handler, string siteName)
 {
     handler.StopSite(siteName);
 }