Procházet zdrojové kódy

Obsolete SmtpClient

Miguel de Icaza před 10 roky
rodič
revize
fa081c5ecd
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  1. 1 0
      mcs/class/System/System.Net.Mail/SmtpClient.cs

+ 1 - 0
mcs/class/System/System.Net.Mail/SmtpClient.cs

@@ -58,6 +58,7 @@ using System.Security.Authentication;
 using System.Threading.Tasks;
 
 namespace System.Net.Mail {
+	[Obsolete ("SmtpClient and its network of types are poorly designed, we strongly recommend you use https://github.com/jstedfast/MailKit and https://github.com/jstedfast/MimeKit instead")]
 	public class SmtpClient
 	: IDisposable
 	{