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