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