|
public HttpResponseMessage ExecuteWebRequest(HttpMethod method, string queryString, string body, Dictionary<string, List<string>> customHeaders, string contentType = default, CancellationToken cancellationToken = default) |
Currently there is only a synchronous implementation of `ExecuteWebRequest'. This uses blocking of asynchronous requests to return results.
A fully asynchronous implementation of ExecuteWebRequestAsync would be excellent! Thank you.