Skip to content

Instantly share code, notes, and snippets.

@ByteDev
Created July 16, 2021 09:42
Show Gist options
  • Save ByteDev/91e03c94238a144b96b912fd905001cf to your computer and use it in GitHub Desktop.
Save ByteDev/91e03c94238a144b96b912fd905001cf to your computer and use it in GitHub Desktop.
var mt = new MediaTypeWithQualityHeaderValue("application/json");

client.DefaultRequetHeaders.Accept.Add(mt);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment