We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
HttpClient httpClient = new HttpClient(); httpClient.DefaultRequestHeaders.AcceptEncoding.Add(new StringWithQualityHeaderValue("gzip")); ImageService.Instance.Initialize(new Configuration { HttpClient = httpClient });
See this: https://github.com/luberda-molinet/FFImageLoading/issues/441#issuecomment-271714973