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