This C# code example demonstrates how to use all of the methods supported by the MetaWeblog API. The example enables external programs to get and set the text and attributes of Weblog posts. The example uses the XML-RPC protocol for communication between client applications and the Weblog server
MetaWeblogAPI C# Code Sampleusing System; 
MetaWeblogAPI C# Code Sample
using CookComputing.XmlRpc; 
MetaWeblogAPI C# Code Sample
using System.Net; 
MetaWeblogAPI C# Code Sample  
MetaWeblogAPI C# Code Sample
namespace MetaWeblogApi 
}
更多技术参考文章:
  http://www.xml-rpc.net/  
  http://www.cookcomputing.com/blog/index.html  
  http://lichdr.cnblogs.com/archive/2006/01/17/319040.html  
  http://www.bo-blog.com/p/mwa.php  
  http://dudu.cnblogs.com/archive/2006/02/15/331414.html  
  http://  http://www.xml-rpc.net/  
  http://www.cookcomputing.com/blog/index.html  
  http://lichdr.cnblogs.com/archive/2006/01/17/319040.html  
  http://www.bo-blog.com/p/mwa.php  
  http://dudu.cnblogs.com/archive/2006/02/15/331414.html  
  http://www.zoundry.com/download.html.zoundry.com/download.html
Code from http://msdn2.microsoft.com/en-us/library/aa905670.aspx

相关文章: