https使用HttpWebRequest出现错误:System.IO.IOException: Received an unexpected EOF or 0 bytes from the transport stream.的解决方法

      以前做的时候发现的一个问题,程序中加入 ServicePointManager.SecurityProtocol = SecurityProtocolType.Ssl3; 后解决,备忘一下。

你可能感兴趣的:(https使用HttpWebRequest出现错误:System.IO.IOException: Received an unexpected EOF or 0 bytes from the transport stream.的解决方法)