A set of technologies in .NET for building web applications and web services. Miscellaneous topics that do not fit into specific categories.
Alternative method for HttpResponse.TransimitFile in Asp .Net Core
wwwang
0
Reputation points
Since I want to realize downloading large size file (>4GB) from Asp .Net Core Backend, many articles point out that HttpResponse.TransimitFile in .Net Framework could achieve my goal. However, it seemes that HttpResponse.TransimitFile is no longer avaliable in .Net Core.
Anyone knows what the alternative to HttpResponse.TransimitFile in .Net Core? I can't tell you how much I appreciate your relevant answers.
Developer technologies | ASP.NET Core | Other
Developer technologies | ASP.NET Core | Other
Sign in to answer