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)
104if (!string.IsNullOrEmpty(_host)) 106_host = _host.Trim(); 114_targetName ??= "SMTPSVC/" + _host; 158return _host; 171if (value != _host) 275return _servicePoint ??= ServicePointManager.FindServicePoint(new Uri($"mailto:{_host}:{_port}")); 814if (string.IsNullOrEmpty(_host)) 992_transport.GetConnection(_host!, _port);