1 write to _host
System.Net.Mail (1)
System\Net\Mail\SmtpConnection.cs (1)
405_host = host;
3 references to _host
System.Net.Mail (3)
System\Net\Mail\SmtpConnection.cs (3)
433IAsyncResult result = _connection.BeginInitializeConnection(_host, _port, InitializeConnectionCallback, this); 703_host, 754NetworkCredential? credential = _connection._credentials.GetCredential(_host, _port, module.AuthenticationType);