Proxy with HTTP Requests
Would it be possible to route a GET request through a proxy by specifying the host as the proxy? Or would you have to set the destination of the packet? I am trying to generate an HTTPRequestMessage and route it through a proxy. However, I do not have fine level control of setting the destination of the request being sent out. I was able to add a proxy to HttpClient, HttpWebRequest and HttpRequestMessage. They do not have to be used together, but I just found two ways of making HTTP Requests with proxy. To do this in windows store/metro applications, you would have to implement IWebProxy. Take