Getting system proxy settings

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…’-
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?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top