4 references to HelloCommand
System.Net.Mail (4)
System\Net\Mail\SmtpConnection.cs (4)
218
HelloCommand
.Send(this, _client!._clientDomain);
639
IAsyncResult result =
HelloCommand
.BeginSend(_connection, _connection._client!._clientDomain, s_sendHelloCallback, this);
644
HelloCommand
.EndSend(result);
658
HelloCommand
.EndSend(result);