2 writes to EnableSsl
System.Net.Mail (2)
System\Net\Mail\SmtpTransport.cs (2)
110_connection.EnableSsl = true; 128_connection.EnableSsl = true;
2 references to EnableSsl
System.Net.Mail (2)
System\Net\Mail\SmtpConnection.cs (2)
553if (_connection.EnableSsl) 612if (thisPtr._connection.EnableSsl)