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