5 references to EHelloCommand
System.Net.Mail (5)
System\Net\Mail\SmtpConnection.cs (5)
207
_extensions =
EHelloCommand
.Send(this, _client!._clientDomain);
250
_extensions =
EHelloCommand
.Send(this, _client._clientDomain);
539
IAsyncResult result =
EHelloCommand
.BeginSend(_connection, _connection._client!._clientDomain, s_sendEHelloCallback, this);
542
_connection._extensions =
EHelloCommand
.EndSend(result);
584
thisPtr._connection._extensions =
EHelloCommand
.EndSend(result);