[Mono-bugs] [Bug 71050][Wis] New - System.Uri - IsDefaultPort for news protocols doesn't work

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 6 Jan 2005 10:32:26 -0500 (EST)


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 ilyak@mainsoft.com.

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

--- shadow/71050	2005-01-06 10:32:26.000000000 -0500
+++ shadow/71050.tmp.17433	2005-01-06 10:32:26.000000000 -0500
@@ -0,0 +1,28 @@
+Bug#: 71050
+Product: Mono: Class Libraries
+Version: unspecified
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Wishlist
+Component: System
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: ilyak@mainsoft.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: System.Uri - IsDefaultPort for news protocols doesn't work
+
+Steps to reproduce the problem:
+
+Uri u = new Uri("news://localhost:119/");
+Console.WriteLine(u.IsDefaultPort);
+
+Actual Results:
+False
+
+Expected Results:
+True