I'm writing an application that accesses a SharePoint site using the Client Object Model and I'm behind a proxy server.
I call...
ClientContext.ExecuteQuery()
and receive the following error message...
The remote server returned an error: (407) Proxy Authentication Required.
How do I pass my proxy credentials to the Client Context object...?