C# ASP.NET Core MVC - cancel downloading file

Viewed 24

In ASP.NET Core MVC, using C#, how can I cancel downloading a file at download time and free space and memory process?

I want to download 2 GB file and progress - but I need to cancel request and cancel download and free all space and occupied memory.

0 Answers
Related