2021年12月6日

摘要: 在发送HTTP请求前加入下行代码 ServicePointManager.SecurityProtocol = (SecurityProtocolType)192 | (SecurityProtocolType)768 | (SecurityProtocolType)3072; 如果是4.5以上版本 阅读全文

posted @ 2021-12-06 17:45 打杂滴 阅读(142) 评论(0) 推荐(0) 编辑


Copyright © 2024 打杂滴
Powered by .NET 8.0 on Kubernetes