RequestHelpers.PerformHeadRequest method
Performs an HEAD request.
public static Task<HttpResponseMessage> PerformHeadRequest(Uri uri,
TokenAuthentication tokenAuthentication, bool refresh)
parameter | description |
---|---|
uri | target endoint |
tokenAuthentication | authentication token |
refresh | wether to ignore the internal, client-side cache |
See Also
- class TokenAuthentication
- class RequestHelpers
- namespace Amica