I would like to know how to use a Proxy in a HttpWebRequest within a Portable Class Library (PCL).
I read here that the IWebProxy interface did not have any implementation within the Microsoft.Net.Http library.
I need my HttpWebRequest to use a WebProxy. Any idea on how to do this in a PCL?
Thanks for the help