HttpWebRequest & HttpWebResponse
I'm trying to get files off the net using the HttpWebRequest and HttpWebResponse classes, I can get text based files fine, but when I use the same code for other file types the data seems to dissapear. I'm using the code below, any suggestions?
StreamReader stream = new StreamReader(response.GetResponseStream());
data += stream.ReadToEnd();
AdministratorPosted Mar 18, 2003, 11:43 AM
AdministratorPosted Feb 25, 2003, 1:44 PM
AdministratorPosted Feb 20, 2003, 10:06 AM
AdministratorPosted Feb 20, 2003, 10:01 AM