[Mono-bugs] [Bug 445991] Error thrown while using ServicePointManager class with Mono 2 .0
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Thu Nov 20 02:30:08 EST 2008
https://bugzilla.novell.com/show_bug.cgi?id=445991
User gonzalo at novell.com added comment
https://bugzilla.novell.com/show_bug.cgi?id=445991#c5
Gonzalo Paniagua Javier <gonzalo at novell.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |ASSIGNED
--- Comment #5 from Gonzalo Paniagua Javier <gonzalo at novell.com> 2008-11-20 00:30:06 MST ---
Test case:
---conn.cs-------
using System;
using System.Net;
class Test {
static void Main ()
{
WebRequest req = WebRequest.Create ("http://www.mono-project.com/");
WebResponse resp = req.GetResponse ();
}
}
----conn.exe.config----
<configuration>
<system.net>
<connectionManagement>
<add address="*" maxconnection="10" />
</connectionManagement>
</system.net>
</configuration>
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
More information about the mono-bugs
mailing list