[Mono-bugs] [Bug 73994][Maj] Changed - Web service client code does not work with WebProxy

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 23 Mar 2005 00:00:08 -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 siddacious@gmail.com.

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

--- shadow/73994	2005-03-22 23:44:54.000000000 -0500
+++ shadow/73994.tmp.18085	2005-03-23 00:00:08.000000000 -0500
@@ -2,24 +2,22 @@
 Product: Mono: Class Libraries
 Version: 1.1
 OS: SLES 9
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
-Priority: Normal
+Severity: Unknown
+Priority: Major
 Component: Sys.Web
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: siddacious@gmail.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
-Cc: 
 Summary: Web service client code does not work with WebProxy
 
-
 Description of Problem:
     Creating a WebProxy object that points to a valid squid proxy and adding to
     to a WebService object does not alter the behavior of the web service. The
     WebService makes no attempt to connect through the proxy. This same (mono
     compiled) assembly successfully connects to the proxy under Microsoft .net.