Example #1
0
 protected async Task <Stream> GetFileAsync(string url)
 {
     return(await HttpRequestor.GetStreamAsync(url, GetToken()));
 }