[Mono-bugs] [Bug 47848][Nor] Changed - TcpListener.Pending always returns true
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Sun, 24 Aug 2003 06:44:55 -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 juancri@tagnet.org.
http://bugzilla.ximian.com/show_bug.cgi?id=47848
--- shadow/47848 2003-08-24 06:43:17.000000000 -0400
+++ shadow/47848.tmp.475 2003-08-24 06:44:54.000000000 -0400
@@ -46,6 +46,11 @@
TcpListener listener = new TcpListener (Dns.Resolve
("localhost").AddressList[0], 8023);
listener.Start ();
Console.WriteLine (listener.Pending ());
}
}
+
+------- Additional Comments From juancri@tagnet.org 2003-08-24 06:44 -------
+Created an attachment (id=5198)
+Test
+