In my WPF Application I need to download some images from the internet. It's very easy I just set the URL as Source of the image control and that's all. But it's not working anymore when I run my application behind a proxy server!
For a HttpWebRequest I can set a proxy server but it seems it is not possible for an Image control. Do I have to download all the images manually or is there another way?