Method | Description | |
---|---|---|
CurrentFilePercentage ( ) : Double |
Gets the percentage of the current file progress
|
|
CurrentFilePercentage ( |
Gets the percentage of the current file progress
|
|
Dispose ( ) : void | ||
FileDownloader ( ) : System |
Create a new instance of a FileDownloader
|
|
FileDownloader ( System.Boolean supportsProgress ) : System |
Create a new instance of a FileDownloader
|
|
FormatSizeBinary ( System.Int64 size ) : string |
Format an amount of bytes to a more readible notation with binary notation symbols
|
|
FormatSizeBinary ( System.Int64 size, |
Format an amount of bytes to a more readible notation with binary notation symbols
|
|
FormatSizeDecimal ( System.Int64 size ) : string |
Format an amount of bytes to a more readible notation with decimal notation symbols
|
|
FormatSizeDecimal ( System.Int64 size, |
Format an amount of bytes to a more readible notation with decimal notation symbols
|
|
Pause ( ) : void | ||
Resume ( ) : void | ||
Start ( ) : void | ||
Stop ( ) : void | ||
Stop ( System.Boolean deleteCompletedFiles ) : void | ||
TotalPercentage ( ) : Double |
Gets the total download percentage. Only avaible when the FileDownloader suports progress
|
|
TotalPercentage ( |
Gets the total download percentage. Only avaible when the FileDownloader suports progress
|
Method | Description | |
---|---|---|
Dispose ( System.Boolean disposing ) : void |
Method | Description | |
---|---|---|
bgwDownloader_DoWork ( object sender, |
||
bgwDownloader_ProgressChanged ( object sender, |
||
bgwDownloader_RunWorkerCompleted ( object sender, |
||
calculateFilesSize ( ) : void | ||
cleanUpFiles ( |
||
downloadFile ( |
||
fireEventFromBgw ( Event eventName ) : void | ||
initizalize ( System.Boolean supportsProgress ) : void |
public CurrentFilePercentage ( |
||
decimals | ||
return | Double |
protected Dispose ( System.Boolean disposing ) : void | ||
disposing | System.Boolean | |
return | void |
public FileDownloader ( System.Boolean supportsProgress ) : System | ||
supportsProgress | System.Boolean | Optional. Boolean. Should the FileDownloader support total progress statistics? |
return | System |
public static FormatSizeBinary ( System.Int64 size ) : string | ||
size | System.Int64 | Required. Int64. The raw amount of bytes |
return | string |
public static FormatSizeBinary ( System.Int64 size, |
||
size | System.Int64 | Required. Int64. The raw amount of bytes |
decimals | Optional. Int32. The amount of decimals you want to have displayed in the notation | |
return | string |
public static FormatSizeDecimal ( System.Int64 size ) : string | ||
size | System.Int64 | Required. Int64. The raw amount of bytes |
return | string |
public static FormatSizeDecimal ( System.Int64 size, |
||
size | System.Int64 | Required. Int64. The raw amount of bytes |
decimals | Optional. Int32. The amount of decimals you want to have displayed in the notation | |
return | string |
public Stop ( System.Boolean deleteCompletedFiles ) : void | ||
deleteCompletedFiles | System.Boolean | |
return | void |
public TotalPercentage ( |
||
decimals | ||
return | Double |