Hi reaching out here because I seem to face some dfficulties with RestSharp and Reqeust caching.
What I'm trying to achieve is either having a If-None-Match or Last-Modified header sent with my request, however when setting the cachepolicy like this:
restClient.CachePolicy = new RequestCachePolicy(RequestCacheLevel.Default);
It sends along an If-Range header containing the ETag.
Does anyone have any experience with integrating the native RequestCache through RestSharp?
Best Regards
Bjorn