3 writes to targetName
System (3)
net\System\Net\mail\SmtpClient.cs (3)
132
targetName
= MailConfiguration.Smtp.Network.TargetName;
165
targetName
= "SMTPSVC/" + host;
372
set { this.
targetName
= value; }
2 references to targetName
System (2)
net\System\Net\mail\SmtpClient.cs (2)
164
if (this.
targetName
== null)
373
get { return this.
targetName
; }