runliuv

runliuv@cnblogs

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::

2021年1月12日

摘要: 打开TLS 1.1和1.2而不影响其他协议 System.Net.ServicePointManager.SecurityProtocol |= SecurityProtocolType.Tls11 | SecurityProtocolType.Tls12; 注意是 |= 引用:https://cl 阅读全文
posted @ 2021-01-12 11:03 runliuv 阅读(205) 评论(0) 推荐(0) 编辑