5 writes to host
System (5)
net\System\Net\mail\SmtpClient.cs (5)
82this.host = host; 97this.host = host; 122host = MailConfiguration.Smtp.Network.Host; 157host = host.Trim(); 226host = value;
11 references to host
System (11)
net\System\Net\mail\SmtpClient.cs (11)
121if (host == null || host.Length == 0) { 156if (host != null && host.Length != 0) { 157host = host.Trim(); 165targetName = "SMTPSVC/" + host; 204return host; 224if (value != host) 310servicePoint = ServicePointManager.FindServicePoint(host, port); 789if (host == null || host.Length == 0) {