Thursday, February 11, 2010

Using WCF to call a Web Service via a Web Proxy

I was pleasantly surprised at how easy this proved to be:

WebRequest.DefaultWebProxy = new WebProxy("http://1.1.1.1:80")

No comments: