Ejemplo n.º 1
0
 private async Task DeleteFileWorksAsync(string fileName)
 {
     ICloudStorageClient client = new WebdavCloudStorageClient();
     await client.DeleteFileAsync(fileName, GetCredentials());
 }