RequestHelpers.PerformGetRequest method
Performs a GET request.
public static Task<HttpResponseMessage> PerformGetRequest(Uri uri,
TokenAuthentication tokenAuthentication, bool refresh)
parameter | description |
---|---|
uri | target endopoint |
tokenAuthentication | authenticaiton token |
refresh | wether to ignore the internal, client-side cache |
See Also
- class TokenAuthentication
- class RequestHelpers
- namespace Amica