I am using WebClient.UploadFileAsync to upload local files to a web server and I am wondering if it is possible to get the any responses from the server after the upload is complete?
When using WebClient.UploadFile it is possible to get a byte array containing any response. But I would like to do the upload asynchronously.
Thanks.
Subscribe to the
UploadFileCompletedeventFrom MSDN: