WebClient::UploadFileAsync Method
.NET Framework (current version)
Uploads the specified local file to the specified resource. These methods do not block the calling thread.
Assembly: System (in System.dll)
| Name | Description | |
|---|---|---|
![]() | UploadFileAsync(Uri^, String^) | Uploads the specified local file to the specified resource, using the POST method. This method does not block the calling thread. |
![]() | 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. |
![]() | 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. |
Show:
