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)
433
IAsyncResult result = _connection.BeginInitializeConnection(
_host
, _port, InitializeConnectionCallback, this);
703
_host
,
754
NetworkCredential? credential = _connection._credentials.GetCredential(
_host
, _port, module.AuthenticationType);