提供一些比较详细的数据信息和事件处理
wgetTask
01 Syntax
Microsoft.VisualBasic.Net.WebClient.wgetTask
02 Methods
03 Properties
| Name | Overloads | Summary |
|---|---|---|
| currentSize | 1 | Size that has been downloaded |
| totalSize | 1 | Total size of the file that has to be downloaded |
| downloadSpeed | 1 | KB/sec |
| isDownloading | 1 | Client status |
| url | 1 | |
| saveFile | 1 | |
| StreamSize | 1 | |
| headers | 1 |
04 Events
| Name | Overloads | Summary |
|---|---|---|
| DownloadProcess | 1 | |
| ReportRequest | 1 |
05 Members
#ctor(
String, String, Dictionary(Of String, String))Parameters
| Name | Type | Description |
|---|---|---|
downloadUrl | String | - |
saveFile | String | Module will create a new |
currentSize
Size that has been downloaded
totalSize
Total size of the file that has to be downloaded
downloadSpeed
KB/sec
isDownloading
Client status
url
saveFile
StreamSize
headers
StartTask(
Boolean, Int32)ToString()
Dispose()
DownloadProcess
ReportRequest