[Mono-bugs] [Bug 42584][Wis] New - TcpClient.Close not close Socket

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
Thu, 8 May 2003 09:08:27 -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 lda@lupa.pl.

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

--- shadow/42584	Thu May  8 09:08:27 2003
+++ shadow/42584.tmp.6191	Thu May  8 09:08:27 2003
@@ -0,0 +1,20 @@
+Bug#: 42584
+Product: Mono/Class Libraries
+Version: unspecified
+OS: 
+OS Details: Gentoo
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Wishlist
+Component: System
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: lda@lupa.pl               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: TcpClient.Close not close Socket
+
+TcpClient class not close opened Socket at method Close on this object. Why?
+Only just using GC.Collect() close this Socket.