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