[Mono-bugs] [Bug 54485][Nor] Changed - missing HTTP proxy support
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Wed, 18 Feb 2004 08:05:54 -0500 (EST)
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=54485
--- shadow/54485 2004-02-17 17:44:48.000000000 -0500
+++ shadow/54485.tmp.22458 2004-02-18 08:05:54.000000000 -0500
@@ -1,20 +1,26 @@
Bug#: 54485
Product: Mono/Class Libraries
Version: unspecified
-OS:
+OS: unknown
OS Details:
-Status: NEW
-Resolution:
-Severity:
+Status: RESOLVED
+Resolution: NOTABUG
+Severity: Unknown
Priority: Normal
Component: System
AssignedTo: mono-bugs@ximian.com
ReportedBy: naresh@ximian.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
URL:
Cc: edasque@ximian.com,james@ximian.com,joe@ximian.com
Summary: missing HTTP proxy support
1. HTTP proxies:Mono class libraries are supposed to have built in HTTP
proxy support. Missing from web services? When will this be available?
+
+------- Additional Comments From gonzalo@ximian.com 2004-02-18 08:05 -------
+We have support for proxies.
+Look in machine.config (installed in $prefix/etc/mono) for
+<defaultProxy> and in msdn.microsoft.com for details on the attributes
+that must be used.