Esempio n. 1
0
        public static PingServiceCollection GetDefaultPingServices()
        {
            PingServiceCollection pingServiceCollection = new PingServiceCollection();

            pingServiceCollection.Add(GetWebLogsDotCom());
            pingServiceCollection.Add(GetBloGs());
            return(pingServiceCollection);
        }