摘要:HttpClient client = new HttpClient(); client.BaseAddress = new Uri(ConfigurationManager.AppSettings["WebApiBaseUrl"]); // Add an Accept header for JSON format. ...
阅读全文
随笔分类 - C#
摘要:HttpClient client = new HttpClient(); client.BaseAddress = new Uri(ConfigurationManager.AppSettings["WebApiBaseUrl"]); // Add an Accept header for JSON format. ...
阅读全文
|