摘要: string jsonstr = String.Empty; string url = "http://localhost:7041/Service1/Hello"; #region WebClient 访问Get WebClient webclient = new WebClient(); Uri uri = new Uri(url, UriKind.Absolute); if (!webclient.IsBusy) { webc... 阅读全文
posted @ 2013-11-12 09:54 Byrd 阅读(574) 评论(0) 推荐(0) 编辑