Display images through https

Hi All,

I want to display image through http or https. Is there any sample code or article?
ex: http://sample.com/images/1.png

Thanks
Lasantha

You can use a WebClient to download the image, then you can load it into a Texture2D object (Texture2D.FromStream, I think?).