Relative Content

Tag Archive for c#restsharp

How to use AdvancedResponseWriter with new signature

I was using AdvancedResponseWriter as shown in code below in order to save incoming stream in file. But in the new version of RestSharp the method changed it’s signature to get Func <HttpResponseMessage message, RestRequest request, RestResponse restResponse>