[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.IWebRequestHandler.GetAsync

GetAsync Method

GetAsync(string)

Sends a GET request to the specified URI asynchronously.

Declaration
Task<WebRequestResult> GetAsync(string requestUri)
Function GetAsync(requestUri As String) As Task(Of WebRequestResult)
Parameters
Type Name Description
string requestUri

The URI to send the GET request to.

Returns
Type Description
Task<WebRequestResult>

A Task<TResult> representing the asynchronous operation. The Task<TResult> will contain a WebRequestResult object representing the result of the web request.