2 writes to EnableSsl
System (2)
net\System\Net\mail\SmtpTransport.cs (2)
207connection.EnableSsl = true; 229connection.EnableSsl = true;
3 references to EnableSsl
System (3)
net\System\Net\mail\smtpconnection.cs (3)
169if (EnableSsl && ClientCertificates != null && ClientCertificates.Count > 0) 798if (connection.EnableSsl) { 857if (thisPtr.connection.EnableSsl) {