2 writes to _targetName
System.Net.Mail (2)
System\Net\Mail\SmtpClient.cs (2)
106
_targetName
??= "SMTPSVC/" + _host;
337
set {
_targetName
= value; }
1 reference to _targetName
System.Net.Mail (1)
System\Net\Mail\SmtpClient.cs (1)
336
get { return
_targetName
; }