Skip to content

Instantly share code, notes, and snippets.

@SibeeshVenu
Created August 15, 2021 14:38
Show Gist options
  • Save SibeeshVenu/fe0d1863a944dddb528ecff8d376cf76 to your computer and use it in GitHub Desktop.
Save SibeeshVenu/fe0d1863a944dddb528ecff8d376cf76 to your computer and use it in GitHub Desktop.
HttpClient cons = new HttpClient();
cons.BaseAddress = new Uri("http://localhost:7967/");
cons.DefaultRequestHeaders.Accept.Clear();
cons.DefaultRequestHeaders.Accept.Add(new System.Net.Http.Headers.MediaTypeWithQualityHeaderValue("application/json"));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment