WebClient.UploadFileAsync Method
.NET Framework 2.0
Uploads the specified local file to the specified resource. These methods do not block the calling thread.
| Name | Description |
|---|---|
| WebClient.UploadFileAsync (Uri, String) | Uploads the specified local file to the specified resource, using the POST method. This method does not block the calling thread. |
| WebClient.UploadFileAsync (Uri, String, String) | Uploads the specified local file to the specified resource, using the POST method. This method does not block the calling thread. |
| WebClient.UploadFileAsync (Uri, String, String, Object) | Uploads the specified local file to the specified resource, using the POST method. This method does not block the calling thread. |