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