5 references to EHelloCommand
System (5)
net\System\Net\mail\smtpconnection.cs (5)
370
extensions =
EHelloCommand
.Send(this, client.clientDomain);
417
extensions =
EHelloCommand
.Send(this, client.clientDomain);
784
IAsyncResult result =
EHelloCommand
.BeginSend(connection, connection.client.clientDomain, sendEHelloCallback, this);
787
connection.extensions =
EHelloCommand
.EndSend(result);
831
thisPtr.connection.extensions =
EHelloCommand
.EndSend(result);