Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / IWebRequestHandler Interface / GetAsync Method
The URI to send the GET request to.
In This Topic
    GetAsync Method
    In This Topic
    Sends a GET request to the specified URI asynchronously.
    Syntax
    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.
    See Also