Blogging and News Syndication Software

Blogger API, RSS API, Atom API, and more.
posts - 17, comments - 14, trackbacks - 26

My Links

News

Tortuga Components / Software Tools Home

See Also: Chilkat Software

Article Categories

Archives

Post Categories

Recommended

Weblog Updates Ping .NET Class Library

Tortuga added a BlogPing class to the Tortuga .NET component to provide a simple API for pinging services that track weblog updates. So far, Technorati.com and Weblogs.com are pinged, as demonstrated in the example below. Please notify me (Matt Fausey -- admin@worldwideweb-x.com) of other sites that should be added. This class will be available in the Tortuga .NET Download as of 1-Oct-2005.


		Tortuga.BlogPing ping = new Tortuga.BlogPing();
		
		// These properties default to true anyway, but we'll set them here anyway
		// to demonstrate that each service can be turned on/off.
		ping.Technorati = true;
		ping.Weblogs = true;
		
		// Ping all services that are turned on and return the number of
		// successful pings.
		string blogUrl = "http://www.geekswithblogs.net/chilkat";
		string blogName = "Blogger and News Syndication Software";
	
		int successCount = ping.Ping(blogUrl,blogName);
		MessageBox.Show("successCount = " + Convert.ToString(successCount));

Print | posted on Friday, September 30, 2005 12:23 PM |

Feedback

No comments posted yet.
Post A Comment
Title:
Name:
Email:
Website:
Comment:
Verification:
 

Powered by: