1 write to serverSupportsStartTls
System (1)
net\System\Net\mail\smtpconnection.cs (1)
277
serverSupportsStartTls
= true;
3 references to serverSupportsStartTls
System (3)
net\System\Net\mail\smtpconnection.cs (3)
389
if (!
serverSupportsStartTls
)
800
if (!connection.
serverSupportsStartTls
)
859
if (!thisPtr.connection.
serverSupportsStartTls
)