A temp solution I made for now was to use NSUrlConnection class in a wrapper. https://github.com/ytn3rd/FourPiLibs/blob/master/FourPiLib/FourPiLib/Web/DataDownloader.cs I wrote DataDownloader and it supports Sync and Async downloads, downloads to files and lets you use POST attributes.
As for testing the proxy issue I was working on this, https://github.com/ytn3rd/random-code-things/tree/master/ProxyTest, it should do the trick of testing HttpWebRequest vs NSUrlConnection over a proxy. I had posted in a bug report about it as apparently it has been around for quite some time, https://bugzilla.xamarin.com/show_bug.cgi?id=1081 -- View this message in context: http://monotouch.2284126.n4.nabble.com/Auto-network-credentials-tp4657720p4657740.html Sent from the MonoTouch mailing list archive at Nabble.com. _______________________________________________ MonoTouch mailing list [email protected] http://lists.ximian.com/mailman/listinfo/monotouch
