SoapHttpClientProtocol throws a WebException with status NameResolutionFailure when the proxy name is invalid. How then can I tell if it's the proxy or the destination that is in err?

I'd rather not perform a check if the proxy server exists when a NameResolutionFailure shows up. The only think I can think to do is check the WebException.message property and see if it contains the proxy name vs. the destination name, but this seems icky. Is it the best available?

link|improve this question

Why do you care which is missing? What will you do differently in either case? – John Saunders Nov 29 '10 at 21:05
Prompt the user appropriately. – Ziplin Nov 29 '10 at 21:52
feedback

1 Answer

up vote 0 down vote accepted

Check the message property, I suppose :/

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.