Timely question and answer, thanks to you both. Recently I've used  this
UIWebImageView class
<https://github.com/escoz/monotouch-controls/blob/master/UICatalog/UIWebImageView.cs>
 
. Problem was I needed to load the image from an https service and pass in
an aspnet forms auth cookie in the request header. So I ended up modifying
the code further, essentially passing in a delegate that did the actual
loading, which defeated much of the class value. Not a good solution. So now
I'm back revisiting the issue to get it right, and to make sure images are
cached locally, etc. I ran across ImageLoader since then and was going to
look at that as an alternative, but it doesn't appear to deal with passing a
cookie along either, correct? In a web browser context the cookie just rides
along with ajax requests but I'm not sure if there is equivalent way to
store the cookie so that calling through NSUrlConnection will automatically
pick it up? Any thoughts here appreciated.




--
View this message in context: 
http://monotouch.2284126.n4.nabble.com/Load-images-and-store-locally-tp4657738p4657747.html
Sent from the MonoTouch mailing list archive at Nabble.com.
_______________________________________________
MonoTouch mailing list
[email protected]
http://lists.ximian.com/mailman/listinfo/monotouch

Reply via email to