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