DMBrowser.Download, méthode
Définition
Télécharge un fichier à partir de l’URL externe à fournir à la méthode OpenFileDialogHandler .
public virtual void Download(string fileName, string url, TimeSpan downloadingTimeout)
Paramètres
Chaîne fileName chaîne url téléchargementTempérationTempération TimeSpan (en)Prend en charge toute URL accessible au public, telle que :
- Compartiment Amazon S3
- Stockage Azure
- Services CDN tels que AWS CloudFront CDN
Exemples
tab0.Download ("LoremIpsum.docx", "https://d149yd38g6ldk.cloudfront.net/LoremIpsum.docx");