flickr-net icon indicating copy to clipboard operation
flickr-net copied to clipboard

.Proxy setting is only used for uploads but not for other API calls

Open Kajakske opened this issue 9 years ago • 1 comments

You can set a Proxy to be used for the DLL, however, it's only used in the upload module, not when authenticating, fetching albums, etc ...

Kajakske avatar Oct 15 '15 07:10 Kajakske

Have you tried setting the WebRequest.DefaultWebProxy property? The code should pick up the system proxy as well by default.

samjudson avatar Oct 15 '15 08:10 samjudson