摘要:
参考资料:https://sites.google.com/site/netcorenote/asp-net-core/get-scheme-url-host Example there's an given url: http://localhost:4800/account/login 获取整个 阅读全文
摘要:
声明:本代码只是我使用的网络请求方式的封装,大家如果有其他的可以一起讨论讨论。 本代码可以在.NET 与.NET CORE的平台下无须做任何改动(除非手动加一些必要的引用,resharper会有提示.)即可使用。 using System; using System.IO; using System 阅读全文