2 writes to _clientDomain
System.Net.Mail (2)
System\Net\Mail\SmtpClient.cs (2)
147
_clientDomain
= sb.ToString();
149
_clientDomain
= "LocalHost";
7 references to _clientDomain
System.Net.Mail (7)
System\Net\Mail\SmtpClient.cs (2)
97
[MemberNotNull(nameof(
_clientDomain
))]
116
if (
_clientDomain
== null)
System\Net\Mail\SmtpConnection.cs (5)
207
_extensions = EHelloCommand.Send(this, _client!.
_clientDomain
);
218
HelloCommand.Send(this, _client!.
_clientDomain
);
250
_extensions = EHelloCommand.Send(this, _client.
_clientDomain
);
539
IAsyncResult result = EHelloCommand.BeginSend(_connection, _connection._client!.
_clientDomain
, s_sendEHelloCallback, this);
639
IAsyncResult result = HelloCommand.BeginSend(_connection, _connection._client!.
_clientDomain
, s_sendHelloCallback, this);