[Mono-bugs] [Bug 549580] Overridden WebClient.GetWebRequest method isn't called

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Fri Oct 23 12:12:26 EDT 2009


http://bugzilla.novell.com/show_bug.cgi?id=549580

User alexmipego at gmail.com added comment
http://bugzilla.novell.com/show_bug.cgi?id=549580#c3





--- Comment #3 from Alexandre Gomes <alexmipego at gmail.com>  2009-10-23 10:12:26 MDT ---
Note that I've changed the SetupRequest too.

         WebRequest SetupRequest (Uri uri)
         {
-            WebRequest request = WebRequest.Create (uri);
+            WebRequest request = GetWebRequest (uri);

-- 
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the mono-bugs mailing list