WebClient::UploadFile Method
.NET Framework (current version)
Uploads a local file to a resource with the specified URI.
Assembly: System (in System.dll)
| Name | Description | |
|---|---|---|
![]() | UploadFile(String^, String^) | Uploads the specified local file to a resource with the specified URI. |
![]() | UploadFile(String^, String^, String^) | Uploads the specified local file to the specified resource, using the specified method. |
![]() | UploadFile(Uri^, String^) | Uploads the specified local file to a resource with the specified URI. |
![]() | UploadFile(Uri^, String^, String^) | Uploads the specified local file to the specified resource, using the specified method. |
Show:
