C# Class BiliRanking.Core.Download.MultiThreadedWebDownloaderEx

Inheritance: MultiThreadedWebDownloader
Afficher le fichier Open project: SkiTiSu/BiliRanking

Méthodes publiques

Méthode Description
BeginDownload ( ) : void
CheckDuplicateName ( string fileName ) : string
CheckDuplicateName ( string &fileName ) : void

检测是否有重名,有则加入(1),如仍重复加(2),以此类推

MultiThreadedWebDownloaderEx ( string url ) : System

Method Details

BeginDownload() public méthode

public BeginDownload ( ) : void
Résultat void

CheckDuplicateName() public méthode

public CheckDuplicateName ( string fileName ) : string
fileName string
Résultat string

CheckDuplicateName() public méthode

检测是否有重名,有则加入(1),如仍重复加(2),以此类推
public CheckDuplicateName ( string &fileName ) : void
fileName string
Résultat void

MultiThreadedWebDownloaderEx() public méthode

public MultiThreadedWebDownloaderEx ( string url ) : System
url string
Résultat System