UploadAsync Method
Posts data to the URL specified by URL .
Syntax
[VB.NET]
Public Function UploadAsync() As Task
[C#]
public Task UploadAsync();
Remarks
This method is the asynchronous version of the
Upload method and is used to support asynchronous operations in WinRT. Please refer to
Upload for more information.