[Mono-bugs] [Bug 74724][Nor] Changed - System.Net.Sockets.NetworkStream.CanRead behaviour incorrect

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Mon, 25 Apr 2005 17:27:34 -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 gonzalo@ximian.com.

http://bugzilla.ximian.com/show_bug.cgi?id=74724

--- shadow/74724	2005-04-25 17:26:31.000000000 -0400
+++ shadow/74724.tmp.3865	2005-04-25 17:27:34.000000000 -0400
@@ -1,13 +1,13 @@
 Bug#: 74724
 Product: Mono: Class Libraries
 Version: 1.1
 OS: Debian Woody
 OS Details: 
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: NOTABUG
 Severity: Unknown
 Priority: Normal
 Component: System
 AssignedTo: gonzalo@ximian.com                            
 ReportedBy: mhinks@gmail.com               
 QAContact: mono-bugs@ximian.com
@@ -47,6 +47,11 @@
 Additional Information:
 
 ------- Additional Comments From gonzalo@ximian.com  2005-04-25 17:26 -------
 Created an attachment (id=15011)
 Test case
 
+
+------- Additional Comments From gonzalo@ximian.com  2005-04-25 17:27 -------
+Apart from the test case working as it does on MS, the CanRead
+property of NetworkStream does not depend on the state of the socket
+and always returns true if the ctor you used set it to true.