摘要: 今天在.net4.5环境下用WebClient下载https的文件时,报错: 基础连接已经关闭: 发送时发生错误。 加上ServicePointManager.SecurityProtocol = SecurityProtocolType.Tls12;后正常。 using (WebClient cl 阅读全文
posted @ 2022-12-29 17:24 新* 阅读(478) 评论(0) 推荐(0) 编辑