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
))]
108
if (
_clientDomain
== null)
System\Net\Mail\SmtpConnection.cs (3)
129
_extensions = await EHelloCommand.SendAsync<TIOAdapter>(this, _client!.
_clientDomain
, cancellationToken).ConfigureAwait(false);
141
await HelloCommand.SendAsync<TIOAdapter>(this, _client!.
_clientDomain
, cancellationToken).ConfigureAwait(false);
188
_extensions = await EHelloCommand.SendAsync<TIOAdapter>(this, _client!.
_clientDomain
, cancellationToken).ConfigureAwait(false);