how to use "System.ServiceModel.Description.ClientCredentials" to avoid "(407) Proxy Authentication Required." exception?

  • Thread starter Thread starter MeetP
  • Start date Start date
M

MeetP

Guest
I am using a web service in C# windows application built in Visual Studio 2008 professional edition. I am getting "The remote server returned an unexpected response: (407) Proxy Authentication Required." exception.

Some times application runs fine, but some times it raises exception for authentication.

I am guessing that I can use "System.ServiceModel.Description.ClientCredentials" to avoid "(407) Proxy Authentication Required." exception? But how can I do it.

I do not know any details about proxy sever and I am working in secured LAN enviornment.

Continue reading...
 
Back
Top