public Task<bool> GetAsFileAsync( string requestUri, string filePathToDownload )
Public Function GetAsFileAsync( _ ByVal requestUri As String, _ ByVal filePathToDownload As String _ ) As Task(Of Boolean)
Parameters
- requestUri
- The Uri address of the asynchronous request
- filePathToDownload
- Absolute path of the file to which the response will be downloaded to
Return Value
A task returning boolean value indicating success or failure