can i automatically detect a proxy settings
When i use to consume a Web service through an HTTP proxy server, i receive the following error message:
The underlying connection was closed: The remote name could not be resolved.
how can i automatically detect a proxy settings using c# in my windows application.
i use .net framework 1.1
|