3 references to host
System (3)
net\System\Net\Configuration\SmtpNetworkElement.cs (3)
21this.properties.Add(this.host); 71get { return (string)this[this.host]; } 72set { this[this.host] = value; }