my.setting webproxy

Zexor

Well-known member
Joined
Nov 28, 2008
Messages
520
Programming Experience
3-5
I tried to save a webproxy into my setting with .net.webproxy. It all work ok until i restart the program and the setting is nothing again. Where did it go wrong?
 
If you add some settings of other types, do they successfully survive the same trip or are they reset as well? I just want to establish that it's an issue specific to that WebProxy class and not something to do with your project or system that affects all settings. That's exactly the sort of thing that you should be testing for yourself when you encounter an issue like this.
 
yes all other setting were working fine, i was saving the webproxy in 2 strings for the host and port. And they saved just fine.
The .net.webproxy works fine when i set its values, they just disappear when i restart the app.
 
Back
Top