Removed Consoles and ^Ms
[mono.git] / mcs / class / System / System.Net / NetworkCredential.cs
index 8f62cdbe292837a9765be3aa22002db2a93edbfb..a82f164900ff1b518cfbde92852df8ee5f89c0a7 100755 (executable)
@@ -54,10 +54,9 @@ namespace System.Net
                        set { password = value; }
                }
 
-               [MonoTODO]
                public NetworkCredential GetCredential (Uri uri, string authType)
                {
-                       return null;
+                       return this;
                }                                       
        }
 }