[Mono-bugs] [Bug 53939][Min] Changed - WebProxy.GetDefaultProxy() is not implemented

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Mon, 24 May 2004 22:21:07 -0400 (EDT)


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 gonzalo@ximian.com.

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

--- shadow/53939	2004-02-10 07:04:32.000000000 -0500
+++ shadow/53939.tmp.15073	2004-05-24 22:21:07.000000000 -0400
@@ -1,8 +1,8 @@
 Bug#: 53939
-Product: Mono/Class Libraries
+Product: Mono: Class Libraries
 Version: unspecified
 OS: unknown
 OS Details: 
 Status: NEW   
 Resolution: 
 Severity: Unknown
@@ -10,12 +10,17 @@
 Component: System
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: liyul@hotmail.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
-Summary: WebProxy.GetDefaultProxy() fail silently.
+Summary: WebProxy.GetDefaultProxy() is not implemented
 
 It should actually be under System.Net but it is not under the choice.
 
 WebProxy.GetDefaultProxy() doesn't work, which is minor and could be easy
 fix if registry access API were OK (haven't tested so please advise).
+
+------- Additional Comments From gonzalo@ximian.com  2004-05-24 22:21 -------
+I don't think we're going to implement this. The system administrator
+or the user should set the proxy manually in machine.config as there's
+no portable way to get the default proxy address.