dominik-weber

Results 4 issues of dominik-weber

When using the SQLiteEncryptedBlobCache aka SecureCache in our Windows 10 UWP app I'm facing an issue where the app keeps locking up. This is the stack trace: ![image](https://cloud.githubusercontent.com/assets/1771927/15881057/383a0fe0-2d33-11e6-9477-f64d3fea178d.png) I don't...

Hi, in the file THttpClient.cs line 205: connection.Proxy = null; the defaul proxy configuration is cleared. If you have set up a proxy in your system settings the proxy server...

Have you thought about supporting Windows Universal platform? The code required should be fairly similar to the WP renderer.

Is there a way to convert the IFile object back to IStorageFile? I'm using `new PCLStorage.WinRTFile(file)` to create an IFile reference from a StorageFile, but I don't see a way...