I want to scrape some data off of a web page but I am behind a "corporate" proxy of sorts.
I found C++ that works here: https://stackoverflow.com/a/12374434/1454861
My problem is that I have not been able to find a C# solution that will do the same thing. Do I just need to use raw socket code to accomplish this or is there a more elegant/high-level library approach that I can use?