Skip to content

Instantly share code, notes, and snippets.

@NicoVermeir
Created February 29, 2016 13:49
Show Gist options
  • Save NicoVermeir/2eead7b195262eab1e3a to your computer and use it in GitHub Desktop.
Save NicoVermeir/2eead7b195262eab1e3a to your computer and use it in GitHub Desktop.
_client = new HttpClient(handler)
{
BaseAddress = new Uri(Constants.ApiBaseUrl)
};
_client.DefaultRequestHeaders.Clear();
_client.DefaultRequestHeaders.Authorization = new AuthenticationHeaderValue("Bearer", UserInstance.AccessToken);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment