I’m calling PTextAsync.
Set task = http.PTextAsync("POST", sURL, sPostData, "UTF-8", "plain/text", 0, 0)
After the task has completed, how do I get to the response object? i.e. resp.StatusCode, resp.BodyStr
I’m calling PTextAsync.
Set task = http.PTextAsync("POST", sURL, sPostData, "UTF-8", "plain/text", 0, 0)
After the task has completed, how do I get to the response object? i.e. resp.StatusCode, resp.BodyStr