System.Threading.Tasks.Task<WebRequestResult> GetAsync( System.string requestUri )
Parameters
- requestUri
- The URI to send the GET request to.
Return Value
A System.Threading.Tasks.Task`1 representing the asynchronous operation. The System.Threading.Tasks.Task`1 will contain a WebRequestResult object representing the result of the web request.