anaisbetts / ModernHttpClient

HttpClient implementations that use platform-native HTTP clients for :rocket:
MIT License
657 stars 260 forks source link

Query: iOS app is caching response even disabled caching #246

Open idrish-rishabhsoft opened 7 years ago

idrish-rishabhsoft commented 7 years ago

My environment detail: Xamarin Studio : 6.3 ModernHTTPClient:2.4.2 Mac: 10.12.4

var nativeMessageHandler = new NativeMessageHandler(); nativeMessageHandler.DisableCaching = true; _restClient = new HttpClient(nativeMessageHandler);

Though I have disabled caching iOS is caching responses in Cache.db and fsCachedData. Any thought? am I missing any setup part?