WebClient.UploadFile Method
.NET Framework 4.5
Uploads a local file to a resource with the specified URI.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
UploadFile(String, String) | Uploads the specified local file to a resource with the specified URI. |
|
UploadFile(Uri, 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, String) | Uploads the specified local file to the specified resource, using the specified method. |