Skip to content

Instantly share code, notes, and snippets.

@darrelmiller
Last active December 17, 2015 19:59
Show Gist options
  • Save darrelmiller/5664686 to your computer and use it in GitHub Desktop.
Save darrelmiller/5664686 to your computer and use it in GitHub Desktop.
var runscopeHandler = new RunscopeMessageHandler("bucketKey", new HttpClientHandler());
var httpClient = new HttpClient(runscopeHandler);
var response = await httpClient.GetAsync("https://api.github.com");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment