摘要: ServicePointManager.SecurityProtocol = SecurityProtocolType.Ssl3 | SecurityProtocolType.Tls | SecurityProtocolType.Tls11 | SecurityProtocolType.Tls12; 阅读全文
posted @ 2023-05-10 13:20 痞子无赖 阅读(172) 评论(0) 推荐(0) 编辑
摘要: ServicePointManager.SecurityProtocol = (SecurityProtocolType)48 | (SecurityProtocolType)192 | (SecurityProtocolType)768 | (SecurityProtocolType)3072; 阅读全文
posted @ 2023-05-10 13:17 痞子无赖 阅读(11) 评论(0) 推荐(0) 编辑