M
mlurker
Hello everybody.
I have a problem while getting system proxy settings in WM6. User can
manually set proxy throughout "Settings->Connections->’Edit my proxy
server…’ and Settings->Connections->’Edit my proxy server…’-
If I try this way:
var request = WebRequest.Create("http://google.com");
var defaultProxy = request.Proxy;
defaultProxy is null. How this problem can be solved?
I have a problem while getting system proxy settings in WM6. User can
manually set proxy throughout "Settings->Connections->’Edit my proxy
server…’ and Settings->Connections->’Edit my proxy server…’-
Advanced". How can I access it in .net cf 3.5?
If I try this way:
var request = WebRequest.Create("http://google.com");
var defaultProxy = request.Proxy;
defaultProxy is null. How this problem can be solved?