📜  请求被中止:无法创建 SSL TLS 安全通道 - 无论代码示例

📅  最后修改于: 2022-03-11 15:00:30.503000             🧑  作者: Mango

代码示例4
ServicePointManager.Expect100Continue = true;
            ServicePointManager.SecurityProtocol = SecurityProtocolType.Tls
                   | SecurityProtocolType.Tls11
                   | SecurityProtocolType.Tls12
                   | SecurityProtocolType.Ssl3;