3 references to SendAsync
System.Net.Mail (3)
System\Net\Mail\SmtpCommands.cs (3)
42
LineInfo[] lines = await ReadLinesCommand.
SendAsync
<TIOAdapter>(conn, cancellationToken).ConfigureAwait(false);
50
LineInfo[] lines = await ReadLinesCommand.
SendAsync
<TIOAdapter>(conn, cancellationToken).ConfigureAwait(false);
174
LineInfo[] lines = await ReadLinesCommand.
SendAsync
<TIOAdapter>(conn, cancellationToken).ConfigureAwait(false);