Windows Phone 7 Tips (4)

  1、Windows Phone 7 中常见的使用WebClient代码段:

WebClient twitter = new WebClient();
twitter.DownloadStringCompleted
+= new DownloadStringCompletedEventHandler(twitter_DownloadStringCompleted);
twitter.DownloadStringAsync(
new Uri("http://api.twitter.com/1/statuses/user_timeline.xml?screen_name=" + TwitterNameBox.Text));

it知识库Windows Phone 7 Tips (4),转载需保留来源!

郑重声明:本文版权归原作者所有,转载文章仅为传播更多信息之目的,如作者信息标记有误,请第一时间联系我们修改或删除,多谢。