PutAsync Method
Sends data to the HTTP server using the HTTP PUT method.
Syntax
[VB.NET] Public Function PutAsync(ByVal URL As String) As Task
[C#] public Task PutAsync(string URL);
IP*Works! V9 - Online Help
|
|||
|
Available for:
Questions / Feedback?
PutAsync MethodSends data to the HTTP server using the HTTP PUT method. Syntax[VB.NET] Public Function PutAsync(ByVal URL As String) As Task [C#] public Task PutAsync(string URL); RemarksThis method is the asynchronous version of the Put method and is used to support asynchronous operations in WinRT. Please refer to Put for more information. |
||