Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 1 commit into from
Dec 29, 2014
Merged

Conversation

stackia
Copy link
Collaborator

@stackia stackia commented Dec 28, 2014

See #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.

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
Copy link
Owner

Thank you @stackia !

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

floydpink added a commit that referenced this pull request Dec 29, 2014
Added an AppCacheMode property to use the current file system based caching or the new (default) IE-temporary files based caching.
@floydpink floydpink merged commit e2a92a2 into floydpink:master Dec 29, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants