2 references to CopyToUntilEofAsync
System.Net.Http (2)
System\Net\Http\SocketsHttpHandler\ConnectionCloseReadStream.cs (1)
106Task copyTask = connection.CopyToUntilEofAsync(destination, async: true, bufferSize, cancellationToken);
System\Net\Http\SocketsHttpHandler\RawConnectionStream.cs (1)
108Task copyTask = connection.CopyToUntilEofAsync(destination, async: true, bufferSize, cancellationToken);