I want to programatically configure the proxy settings for the wifi network on my Windows Mobile phone. Does anybody know how to do that using the .net compact framework?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
You can use the DMProcessConfigXML api call to configure up a lot of the settings on the device. I think you might want to use the CM_ProxyEntries configuration service provider, which allows you to create and delete proxy settings. One approach may be to set up the wifi proxy manually, then use DMProcessConfigXML to query the settings, which will give you the xml you can use (with a few tweaks) to configure it up programmatically. |
|||
|