[Mono-bugs] [Bug 43379][Wis] Changed - Missing WebException.Response property.

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
Tue, 20 May 2003 11:26:11 -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 ben.luckham@bimtech.co.uk.

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

--- shadow/43379	Tue May 20 11:14:35 2003
+++ shadow/43379.tmp.16999	Tue May 20 11:26:11 2003
@@ -1,14 +1,14 @@
 Bug#: 43379
 Product: Mono/Class Libraries
 Version: unspecified
-OS: 
+OS: unknown
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Wishlist
 Component: System
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: ben.luckham@bimtech.co.uk               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -82,6 +82,11 @@
 badresp.StatusCode); // Exception is thrown here, because e.Response is 
 null (at least it is in MONO).
 		}
 	}
 }
 -----Sample program ends here-----
+
+------- Additional Comments From ben.luckham@bimtech.co.uk  2003-05-20 11:26 -------
+Sorry! When I'm babbling on about "new behaviour", I'm referring to 
+HttpWebRequest.GetResponse() and not HttpWebResponse.GetResponse() as 
+I wrote.