Last active
December 17, 2015 19:59
-
-
Save darrelmiller/5664686 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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