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

            pingServiceCollection.Add(GetWebLogsDotCom());
            pingServiceCollection.Add(GetBloGs());
            return(pingServiceCollection);
        }
Esempio n. 2
0
        public WeblogUpdatePingInfo(string blogName, string blogUrl, string checkUrl, string rssUrl, PingServiceCollection pingServices)
        {
            this.blogName     = blogName;
            this.blogUrl      = blogUrl;
            this.checkUrl     = checkUrl;
            this.rssUrl       = rssUrl;
            this.pingServices = pingServices;

            /*this.notifyBloGs = notifyBloGs;
             * this.notifyWeblogsCom = notifyWeblogsCom;
             * this.notifyTechnorati = notifyTechnorati;*/
        }