floydpink / CachedImage

A WPF control that wraps the Image control to enable file-system based caching
http://floydpink.github.io/CachedImage/
MIT License
69 stars 22 forks source link

Add WinINet cache mode, the original mode is named to 'Dedicated'. #5

Closed stackia closed 9 years ago

stackia commented 9 years ago

See https://github.com/floydpink/CachedImage/issues/3

Add WinINet cache mode, the original mode is named to 'Dedicated'. Code cleanup by ReSharper. Improve image download progress to avoid write-write confliction when several requests requesting the same image simultaneously. Directly provide MemoryStream to BitmapImage instead download image to memory, write file and read file into the memory again. Update README.md.

floydpink commented 9 years ago

Thank you @stackia !

Trust that this is already well tested by you, so I am merging this without testing from my end.