UploadToAsync Method
Posts data to the URL specified by the 'URL' parameter.
Syntax
[VB.NET] Public Function UploadToAsync(ByVal URL As String) As Task
[C#] public Task UploadToAsync(string URL);
IP*Works! V9 - Online Help
|
|||
|
Available for:
Questions / Feedback?
UploadToAsync MethodPosts data to the URL specified by the 'URL' parameter. Syntax[VB.NET] Public Function UploadToAsync(ByVal URL As String) As Task [C#] public Task UploadToAsync(string URL); RemarksThis method is the asynchronous version of the UploadTo method and is used to support asynchronous operations in WinRT. Please refer to UploadTo for more information. |
||