예제 #1
0
 public async Task Get(Stream target)
 {
     await itemBlob.DownloadToStreamAsync(target);
 }