D
DotNetJunkies User
Hello,
I am trying to download zip files over HTTPS with the HttpWebResponse object in C#. I've stepped thought the code and what seems to be happening is the Stream.Read method will only return 1040 Bytes from the stream regardless of the size of the file. Is anyone else having this problem??
Cole
I am trying to download zip files over HTTPS with the HttpWebResponse object in C#. I've stepped thought the code and what seems to be happening is the Stream.Read method will only return 1040 Bytes from the stream regardless of the size of the file. Is anyone else having this problem??
Cole