4 references to StartTlsCommand
System.Net.Mail (4)
System\Net\Mail\SmtpConnection.cs (4)
234
StartTlsCommand
.Send(this);
670
IAsyncResult result =
StartTlsCommand
.BeginSend(_connection, SendStartTlsCallback, this);
673
StartTlsCommand
.EndSend(result);
687
StartTlsCommand
.EndSend(result);