Skip to content

Instantly share code, notes, and snippets.

@tmyt
Created June 21, 2015 05:18
Show Gist options
  • Save tmyt/c8d4fc57f837bed68646 to your computer and use it in GitHub Desktop.
Save tmyt/c8d4fc57f837bed68646 to your computer and use it in GitHub Desktop.
RootFilter = new HttpBaseProtocolFilter();
RootFilter.CacheControl.ReadBehavior = Windows.Web.Http.Filters.HttpCacheReadBehavior.MostRecent;
RootFilter.CacheControl.WriteBehavior = Windows.Web.Http.Filters.HttpCacheWriteBehavior.NoCache;
HttpClient = new HttpClient(RootFilter);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment