[Mono-bugs] [Bug 78726][Nor] Changed - bug https request
    bugzilla-daemon at bugzilla.ximian.com 
    bugzilla-daemon at bugzilla.ximian.com
       
    Thu Jun 29 09:00:27 EDT 2006
    
    
  
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 kornelpal at gmail.com.
http://bugzilla.ximian.com/show_bug.cgi?id=78726
--- shadow/78726	2006-06-29 08:26:50.000000000 -0400
+++ shadow/78726.tmp.16149	2006-06-29 09:00:27.000000000 -0400
@@ -1,12 +1,12 @@
 Bug#: 78726
 Product: Mono: Class Libraries
 Version: 1.1
 OS: unknown
 OS Details: Ubuntu Dapper Drake -> Kernel 2.6.15-25-k7 #1 SMP PREEMPT
-Status: NEEDINFO   
+Status: REOPENED   
 Resolution: 
 Severity: Unknown
 Priority: Normal
 Component: System
 AssignedTo: mono-bugs at ximian.com                            
 ReportedBy: fumasa at gmail.com               
@@ -48,6 +48,14 @@
   at System.Net.HttpWebRequest.SetResponseData
 (System.Net.WebConnectionData data) [0x00000]
 
 
 I get the same WebException (for 401) under MS.NET so something is
 wrong with your sample.
+
+------- Additional Comments From kornelpal at gmail.com  2006-06-29 09:00 -------
+This version works:
+http://monoport.com/406
+
+I removed the timer to make the code simpler, and added 
+authentication that is required:
+myReq.Credentials = new NetworkCredential(args[0], args[1]);
    
    
More information about the mono-bugs
mailing list