摘要:
参照SimpleVPN 使用库DotRas.for.Win7 封装一个工具类 using DotRas; using System.Linq; using System.Net; public class VPN { private string serverIP; private string a 阅读全文
posted @ 2021-02-23 21:04
Lulus
阅读(53)
评论(0)
推荐(0)
摘要:
HttpClient访问https的时候报错: The request was aborted: Could not create SSL TLS secure channel. 这样修改: var url = "https://..."; if (url.ToLower().StartsWith( 阅读全文
posted @ 2021-02-23 13:32
Lulus
阅读(652)
评论(0)
推荐(0)