C# Class BiliRanking.Core.Download.MultiThreadedWebDownloaderEx

Inheritance: MultiThreadedWebDownloader
Show file Open project: SkiTiSu/BiliRanking

Public Methods

Method Description
BeginDownload ( ) : void
CheckDuplicateName ( string fileName ) : string
CheckDuplicateName ( string &fileName ) : void

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

MultiThreadedWebDownloaderEx ( string url ) : System

Method Details

BeginDownload() public method

public BeginDownload ( ) : void
return void

CheckDuplicateName() public method

public CheckDuplicateName ( string fileName ) : string
fileName string
return string

CheckDuplicateName() public method

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

MultiThreadedWebDownloaderEx() public method

public MultiThreadedWebDownloaderEx ( string url ) : System
url string
return System