Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save MrCoder/4a839a563eca96b64924e30209b288d7 to your computer and use it in GitHub Desktop.
Save MrCoder/4a839a563eca96b64924e30209b288d7 to your computer and use it in GitHub Desktop.
var httpClient = new HttpClient
{
BaseAddress = new Uri("http://localhost:1080"),
DefaultRequestHeaders = {{"Connection", "close"}}
};
var dcrApiClient = RestService.For<IMyApiClient>(httpClient);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment