分类:
.net core
控制太请求访问webapi其实也是对应的数据接口的访问,刚刚开始因为没弄过,尝试了很多没有效果,但是在不断的寻找文档查阅资料,去github上找资料还是让我最终解决了,之前看的一些文档可能基础点只是在控制台程序上去创建webapi,这和我之前的本意有点背离,话不多说上代码上效果图。
代码:
class Program { static void Main(string[] args) { var uri = new Uri("http://116.62.51.59:8083/Home/Useradd"); var client = new HttpClient(); var result = client.GetAsync(uri).Result; var bookName = result.Content.ReadAsStringAsync().Result; Console.WriteLine(bookName); Console.ReadKey(); } }
效果图:
好了对应的大家可以去尝试尝试,下期再见。
评价
排名
6
文章
6
粉丝
16
评论
8
{{item.articleTitle}}
{{item.blogName}} : {{item.content}}
ICP备案 :渝ICP备18016597号-1
网站信息:2018-2025TNBLOG.NET
技术交流:群号656732739
联系我们:contact@tnblog.net
公网安备:50010702506256
欢迎加群交流技术