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