5 references to WriteToStreamAsync
System.Net.Http (5)
System\Net\Http\SocketsHttpHandler\HttpConnection.cs (5)
1448return WriteToStreamAsync(source, async: true); 1460await WriteToStreamAsync(source, async: true).ConfigureAwait(false); 1494return WriteToStreamAsync(source, async); 1515await WriteToStreamAsync(source, async).ConfigureAwait(false); 1561return WriteToStreamAsync(bytes, async);