Unirest for .Netについて: https://github.com/mashape/unirest-net/
これが私のコードの抜粋です:
Task<HttpResponse<MyClass>> response = Unirest.get("")
.header("X-Mashape-Authorization", "")
.asJsonAsync<MyClass>();
HttpRequest request = Unirest.get("");
質問:応答本文を取得するにはどうすればよいですか?