Is it possible to detect/reuse those settings ?
How ?
The exception i\'m getting is This is the exception while connecting to http://www.google.com
For people having problems with getting this to play nice with ISA server, you might try to set up proxy in the following manner:
IWebProxy webProxy = WebRequest.DefaultWebProxy; webProxy.Credentials = CredentialCache.DefaultNetworkCredentials; myRequest.Proxy = webProxy;