WebClient.UploadDataAsync Method
.NET Framework 2.0
Uploads a data buffer to a resource identified by a URI. This method does not block the calling thread.
| Name | Description |
|---|---|
| WebClient.UploadDataAsync (Uri, Byte[]) | Uploads a data buffer to a resource identified by a URI, using the POST method. This method does not block the calling thread. |
| WebClient.UploadDataAsync (Uri, String, Byte[]) | Uploads a data buffer to a resource identified by a URI, using the specified method. This method does not block the calling thread. |
| WebClient.UploadDataAsync (Uri, String, Byte[], Object) | Uploads a data buffer to a resource identified by a URI, using the specified method and identifying token. |