If you are behind a http proxy, and wanting your application to connect to a REST or Web Service, it is likely you will not be able to, and will get a Http Status code of 407 back.
However, you can pop the following into app.config/web.config, and your application will use the same proxy settings as Internet Explorer.
Hope that helps someone else.