3 writes to clientDomain
System (3)
net\System\Net\mail\SmtpClient.cs (3)
146
clientDomain
= MailConfiguration.Smtp.Network.ClientDomain;
195
clientDomain
= sb.ToString();
197
clientDomain
= "LocalHost";
6 references to clientDomain
System (6)
net\System\Net\mail\SmtpClient.cs (1)
167
if (
clientDomain
== null) {
net\System\Net\mail\smtpconnection.cs (5)
370
extensions = EHelloCommand.Send(this, client.
clientDomain
);
380
HelloCommand.Send(this, client.
clientDomain
);
417
extensions = EHelloCommand.Send(this, client.
clientDomain
);
784
IAsyncResult result = EHelloCommand.BeginSend(connection, connection.client.
clientDomain
, sendEHelloCallback, this);
886
IAsyncResult result = HelloCommand.BeginSend(connection, connection.client.
clientDomain
, sendHelloCallback, this);