WebClient.DownloadDataAsync Method
.NET Framework 3.0
Downloads the specified resource as a Byte array. These methods do not block the calling thread.
| Name | Description |
|---|---|
| WebClient.DownloadDataAsync (Uri) | Downloads the specified resource as a Byte array. This method does not block the calling thread. |
| WebClient.DownloadDataAsync (Uri, Object) | Downloads the specified resource as a Byte array. This method does not block the calling thread. |