[Mono-bugs] [Bug 78299][Wis] New - CredentialCache.DefaultNetworkCredentials is not implemented

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Fri May 5 00:57:48 EDT 2006


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 jaak at jkowalski.net.

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

--- shadow/78299	2006-05-05 00:57:48.000000000 -0400
+++ shadow/78299.tmp.5605	2006-05-05 00:57:48.000000000 -0400
@@ -0,0 +1,32 @@
+Bug#: 78299
+Product: Mono: Class Libraries
+Version: 1.0
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Wishlist
+Component: System
+AssignedTo: mono-bugs at ximian.com                            
+ReportedBy: jaak at jkowalski.net               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: CredentialCache.DefaultNetworkCredentials is not implemented
+
+I'm getting this error when compiling the following snippet on Mono
+1.1.15/Windows:
+
+SmtpClient client;
+
+// ...
+
+client.Credentials = CredentialCache.DefaultNetworkCredentials;
+
+Error:
+
+D:\Work\NLog\src\NLog\Targets\Mail.cs(392,38): error CS0117:
+`System.Net.CredentialCache' does not contain a definit
+ion for `DefaultNetworkCredentials'


More information about the mono-bugs mailing list