mail-archives/mono-bugs/2003-August/007062.html

117 строки
3.6 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<TITLE> [Mono-bugs] [Bug 47848][Wis] New - TcpListener.Pending always returns true
</TITLE>
<LINK REL="Index" HREF="index.html" >
<LINK REL="made" HREF="mailto:bugzilla-daemon%40bugzilla.ximian.com">
<META NAME="robots" CONTENT="index,nofollow">
<LINK REL="Previous" HREF="007061.html">
<LINK REL="Next" HREF="007063.html">
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>[Mono-bugs] [Bug 47848][Wis] New - TcpListener.Pending always returns true
</H1>
<B>bugzilla-daemon@bugzilla.ximian.com
</B>
<A HREF="mailto:bugzilla-daemon%40bugzilla.ximian.com"
TITLE="[Mono-bugs] [Bug 47848][Wis] New - TcpListener.Pending always returns true">bugzilla-daemon@bugzilla.ximian.com
</A><BR>
<I>Sun, 24 Aug 2003 06:42:51 -0400 (EDT)</I>
<P><UL>
<LI> Previous message: <A HREF="007061.html">[Mono-bugs] Constantin IT detected a virus in a message you sent. The infect
ed attachment was deleted.
</A></li>
<LI> Next message: <A HREF="007063.html">[Mono-bugs] [Bug 47848][Nor] Changed - TcpListener.Pending always returns true
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#7062">[ date ]</a>
<a href="thread.html#7062">[ thread ]</a>
<a href="subject.html#7062">[ subject ]</a>
<a href="author.html#7062">[ author ]</a>
</LI>
</UL>
<HR>
<!--beginarticle-->
<PRE>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 <A HREF="mailto:juancri@tagnet.org.">juancri@tagnet.org.</A>
<A HREF="http://bugzilla.ximian.com/show_bug.cgi?id=47848">http://bugzilla.ximian.com/show_bug.cgi?id=47848</A>
--- shadow/47848 2003-08-24 06:42:51.000000000 -0400
+++ shadow/47848.tmp.448 2003-08-24 06:42:51.000000000 -0400
@@ -0,0 +1,51 @@
+Bug#: 47848
+Product: Mono/Class Libraries
+Version: unspecified
+OS: GNU/Linux [Other]
+OS Details: Gentoo
+Status: NEW
+Resolution:
+Severity:
+Priority: Wishlist
+Component: System
+AssignedTo: <A HREF="mailto:mono-bugs@ximian.com">mono-bugs@ximian.com</A>
+ReportedBy: <A HREF="mailto:juancri@tagnet.org">juancri@tagnet.org</A>
+QAContact: <A HREF="mailto:mono-bugs@ximian.com">mono-bugs@ximian.com</A>
+TargetMilestone: ---
+URL:
+Cc:
+Summary: TcpListener.Pending always returns true
+
+Please fill in this template when reporting a bug, unless you know what
+you are doing.
+Description of Problem:
+
+
+Steps to reproduce the problem:
+1. Run the test
+
+Actual Results:
+True
+
+Expected Results:
+False
+
+How often does this happen?
+Always
+
+Additional Information:
+
+using System;
+using System.Net;
+using System.Net.Sockets;
+
+class Test
+{
+ public static void Main ()
+ {
+ TcpListener listener = new TcpListener (Dns.Resolve
+(&quot;localhost&quot;).AddressList[0], 8023);
+ listener.Start ();
+ Console.WriteLine (listener.Pending ());
+ }
+}
</PRE>
<!--endarticle-->
<HR>
<P><UL>
<!--threads-->
<LI> Previous message: <A HREF="007061.html">[Mono-bugs] Constantin IT detected a virus in a message you sent. The infect
ed attachment was deleted.
</A></li>
<LI> Next message: <A HREF="007063.html">[Mono-bugs] [Bug 47848][Nor] Changed - TcpListener.Pending always returns true
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#7062">[ date ]</a>
<a href="thread.html#7062">[ thread ]</a>
<a href="subject.html#7062">[ subject ]</a>
<a href="author.html#7062">[ author ]</a>
</LI>
</UL>
</body></html>