0 out of 1 rated this helpful - Rate this topic

WebClient.UploadFileAsync Method

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.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.