请求被中止:无法创建ssl/tls安全通道。
WebRequest
The request was aborted: Could not create SSL/TLS secure channel.
private void Somewhere() {
ServicePointManager.ServerCertificateValidationCallback += new RemoteCertificateValidationCallback(AlwaysGoodCertificate);}private static bool AlwaysGoodCertificate(object sender, X509Certificate certificate, X509Chain chain, SslPolicyErrors policyErrors) {
return true;}
慕勒3428872
翻翻过去那场雪
随时随地看视频慕课网APP
相关分类