4 references to HelloCommand
System (4)
net\System\Net\mail\smtpconnection.cs (4)
380
HelloCommand
.Send(this, client.clientDomain);
886
IAsyncResult result =
HelloCommand
.BeginSend(connection, connection.client.clientDomain, sendHelloCallback, this);
891
HelloCommand
.EndSend(result);
905
HelloCommand
.EndSend(result);