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