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 [EMAIL PROTECTED] 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: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] @@ -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 [EMAIL PROTECTED] 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]); _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
