4 references to AsyncReadWriteAdapter
System.Net.Mail (4)
System\Net\Mail\SmtpClient.cs (2)
593
Task<(Exception? ex, bool _)> task = SendAsyncInternal<
AsyncReadWriteAdapter
>(message, true, userToken, true);
663
Task<(Exception?, bool)> task = SendAsyncInternal<
AsyncReadWriteAdapter
>(message, false, null, true, cancellationToken);
System\Net\Mail\SmtpConnection.cs (1)
101
bool isAsync = typeof(TIOAdapter) == typeof(
AsyncReadWriteAdapter
);
System\Net\Mail\SmtpTransport.cs (1)
85
await GetConnectionAsync<
AsyncReadWriteAdapter
>(host, port, cancellationToken).ConfigureAwait(false);