I am migrating an application to .net core and got some errors here:
The error says HttpResponse does not contain a definition for (each of these AddHeader, BufferedOutput and BinaryWrite) and no extension method accepting first argument ... could be found. I've tried a couple of options from StackOverflow but none working for me for now.
How do you solve this in .net core?