Hi
I am working on a eclipse plugin which needs to connect to a remote server. I am trying to use the eclipse network settings to get the proxyHost and Port. I have been able to get the "Manual" settings proxy using the IProxyService and IProxyData classes and also "Native" proxy settings if set in the local machine. The problem occurs when the proxyProvider is set to Native and the proxyHost and Port values are shown as dynamic in the eclipse settings. Is there a way to access those values.
Thanks