From .NET 4.5 on, there is the Stream.CopyToAsync method input.CopyToAsync(output); This will return a Task that can be continued on when completed, ...
確定! 回上一頁