5 references to WriteToStreamAsync
System.Net.Http (5)
System\Net\Http\SocketsHttpHandler\HttpConnection.cs (5)
1453return WriteToStreamAsync(source, async: true); 1465await WriteToStreamAsync(source, async: true).ConfigureAwait(false); 1499return WriteToStreamAsync(source, async); 1520await WriteToStreamAsync(source, async).ConfigureAwait(false); 1566return WriteToStreamAsync(bytes, async);