4 writes to _host
System.Net.Mail (4)
System\Net\Mail\SmtpClient.cs (4)
76
_host
= host;
86
_host
= host;
106
_host
= _host.Trim();
173
_host
= value;
8 references to _host
System.Net.Mail (8)
System\Net\Mail\SmtpClient.cs (8)
104
if (!string.IsNullOrEmpty(
_host
))
106
_host =
_host
.Trim();
114
_targetName ??= "SMTPSVC/" +
_host
;
158
return
_host
;
171
if (value !=
_host
)
275
return _servicePoint ??= ServicePointManager.FindServicePoint(new Uri($"mailto:{
_host
}:{_port}"));
814
if (string.IsNullOrEmpty(
_host
))
992
_transport.GetConnection(
_host
!, _port);