5 references to WriteToStreamAsync
System.Net.Http (5)
System\Net\Http\SocketsHttpHandler\HttpConnection.cs (5)
1450return WriteToStreamAsync(source, async: true); 1462await WriteToStreamAsync(source, async: true).ConfigureAwait(false); 1496return WriteToStreamAsync(source, async); 1517await WriteToStreamAsync(source, async).ConfigureAwait(false); 1563return WriteToStreamAsync(bytes, async);