[Mono-bugs] [Bug 77048][Nor] New - The client property should be marked as public since .Net 2.0 support

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Tue Dec 20 16:37:50 EST 2005


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 xhochy at gmx.de.

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

--- shadow/77048	2005-12-20 16:37:50.000000000 -0500
+++ shadow/77048.tmp.15524	2005-12-20 16:37:50.000000000 -0500
@@ -0,0 +1,43 @@
+Bug#: 77048
+Product: Mono: Class Libraries
+Version: 1.1
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: Sys.XML
+AssignedTo: atsushi at ximian.com                            
+ReportedBy: xhochy at gmx.de               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: The client property should be marked as public since .Net 2.0 support
+
+Please fill in this template when reporting a bug, unless you know what you
+are doing.
+Description of Problem:
+
+The Client property is labeled protected, but in the new .Net 2.0-Framework
+is is public. I need this, because I want to figure out the opponent's
+ipaddress.
+
+
+Steps to reproduce the problem:
+1. Create a application whichs connects with an tcpclient
+2. try to get the Socket property
+3. 
+
+Actual Results:
+Object access not allowed
+
+Expected Results:
+the underlying socket
+
+How often does this happen? 
+every time
+
+Additional Information:
+http://msdn2.microsoft.com/en-us/library/system.net.sockets.tcpclient.client.aspx


More information about the mono-bugs mailing list