windows xp .net framework 4.0 HttpWebRequest 报The underlying connection was closed,基础链接已关闭,错误的解决方法windows
在 HttpWebRequest 请求的上方加入如下代码.net
ServicePointManager.SecurityProtocol = SecurityProtocolType.Ssl3;it