2 writes to _clientDomain
System.Net.Mail (2)
System\Net\Mail\SmtpClient.cs (2)
139_clientDomain = sb.ToString(); 141_clientDomain = "LocalHost";
5 references to _clientDomain
System.Net.Mail (5)
System\Net\Mail\SmtpClient.cs (2)
88[MemberNotNull(nameof(_clientDomain))] 108if (_clientDomain == null)
System\Net\Mail\SmtpConnection.cs (3)
129_extensions = await EHelloCommand.SendAsync<TIOAdapter>(this, _client!._clientDomain, cancellationToken).ConfigureAwait(false); 141await HelloCommand.SendAsync<TIOAdapter>(this, _client!._clientDomain, cancellationToken).ConfigureAwait(false); 188_extensions = await EHelloCommand.SendAsync<TIOAdapter>(this, _client!._clientDomain, cancellationToken).ConfigureAwait(false);