4 references to StartTlsCommand
System (4)
net\System\Net\mail\smtpconnection.cs (4)
397
StartTlsCommand
.Send(this);
918
IAsyncResult result =
StartTlsCommand
.BeginSend(connection, SendStartTlsCallback, this);
921
StartTlsCommand
.EndSend(result);
946
StartTlsCommand
.EndSend(result);