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