[Mono-bugs] [Bug 81032][Maj] Changed - System.Net.WebClient.DownloadStringAsync doesn't work

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Sun Mar 4 12:02:00 EST 2007


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by mickael9 at gmail.com.

http://bugzilla.ximian.com/show_bug.cgi?id=81032

--- shadow/81032	2007-03-04 11:49:05.000000000 -0500
+++ shadow/81032.tmp.6177	2007-03-04 12:01:59.000000000 -0500
@@ -61,6 +61,10 @@
             Console.WriteLine("DownloadStringCompleted; Result : {0}", 
 (e.Result.Length > 30 ? e.Result.Substring(0, 30) + "..." : e.Result));
         }
     }
 
 }
+
+------- Additional Comments From mickael9 at gmail.com  2007-03-04 12:01 -------
+Note that remote connection is never etablished (tried sniffing 
+packets with SmartSniff on Windows XP)


More information about the mono-bugs mailing list